1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2016-10-13 10:56:31 +02:00
commit b99f43935c
1 changed files with 7 additions and 7 deletions

View File

@ -104,7 +104,7 @@
_.each($('.queryProfile'), function (elem) { _.each($('.queryProfile'), function (elem) {
if ($(elem).attr('counter') === count) { if ($(elem).attr('counter') === count) {
$(elem).fadeOut('fast'); $(elem).fadeOut('fast').remove();
} }
}); });
}, },
@ -1909,7 +1909,7 @@
'rgb(93, 165, 218)', 'rgb(93, 165, 218)',
'rgb(250, 164, 58)', 'rgb(250, 164, 58)',
'rgb(96, 189, 104)', 'rgb(96, 189, 104)',
'rgb(0, 0, 0)' 'rgb(64, 74, 83)'
]; ];
var descs = [ var descs = [