1
0
Fork 0

changed message

This commit is contained in:
Heiko Kernbach 2013-04-18 18:01:59 +02:00
parent c91f2f65dd
commit 3f1a9513ca
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ var collectionView = Backbone.View.extend({
}
}
else {
arangoHelper.arangoNotification("No changes.");
//arangoHelper.arangoNotification("No changes.");
this.hideModal();
}
}
},