mirror of https://gitee.com/bigwinds/arangodb
fixed double document creation bug
This commit is contained in:
parent
3c562deb5b
commit
9423ae6e76
|
@ -43,7 +43,7 @@
|
|||
<p>Theres no way back…</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
||||
<button id="confirmDeleteBtn" class="btn btn-danger">Delete</button>
|
||||
<!-- <button class="arangoBtn" data-dismiss="modal" aria-hidden="true">Close</button> -->
|
||||
<button id="confirmDeleteBtn" class="arangoBtnError" style="float:right">Delete</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -20,8 +20,6 @@ var documentsView = Backbone.View.extend({
|
|||
|
||||
"click #documentsTableID tr" : "clicked",
|
||||
"click #deleteDoc" : "remove",
|
||||
"click #plusIconDoc" : "addDocument",
|
||||
"click #documentAddBtn" : "addDocument",
|
||||
"click #documents_first" : "firstDocuments",
|
||||
"click #documents_last" : "lastDocuments",
|
||||
"click #documents_prev" : "prevDocuments",
|
||||
|
|
Loading…
Reference in New Issue