mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
b99f43935c
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue