mirror of https://gitee.com/bigwinds/arangodb
bugfix queries
This commit is contained in:
parent
b75beccefb
commit
dad88314bc
|
@ -187,8 +187,10 @@ var queryView = Backbone.View.extend({
|
|||
var quit = false;
|
||||
$.each(this.customQueries, function(k,v) {
|
||||
if (e.target.id !== 'save-edit-query') {
|
||||
quit = true;
|
||||
return;
|
||||
if (v.name === queryName) {
|
||||
quit = true;
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (v.name !== queryName) {
|
||||
tempArray.push({
|
||||
|
|
Loading…
Reference in New Issue