1
0
Fork 0

Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel

This commit is contained in:
Max Neunhoeffer 2016-06-22 13:23:56 -07:00
commit 9a829e1bc0
3 changed files with 0 additions and 3 deletions

View File

@ -40,7 +40,6 @@
toggleSwagger: function() {
var callbackFunction = function(json) {
console.log(json);
$('#jsonLink').html('JSON');
this.jsonEditor.setValue(JSON.stringify(json, null, "\t"), 1);
$('#swaggerJsonContent').show();

View File

@ -295,7 +295,6 @@
}
}
console.log(divID);
_.each(buttons, function(b, i) {
if (b.disabled || !b.callback) {
return;

View File

@ -299,7 +299,6 @@
return;
}
var user = this.collection.findWhere({"user": username});
console.log(user);
user.save({"extra": {"name":name}, "active":status}, {
type: "PATCH",
success: function() {