mirror of https://gitee.com/bigwinds/arangodb
Merge remote-tracking branch 'origin/1.1' into devel
Conflicts: html/admin/css/layout.css html/admin/js/master.js
This commit is contained in:
commit
dc858ce842
|
@ -2790,7 +2790,6 @@ $.fn.isVisible = function() {
|
|||
};
|
||||
|
||||
function stateSaving () {
|
||||
|
||||
$.each(existingCharts, function(v, i ) {
|
||||
// position statesaving
|
||||
var tempcss = $("#chartBox"+this.id).position();
|
||||
|
@ -2948,7 +2947,6 @@ var templeft = 20;
|
|||
|
||||
function createSingleBox (id, val, question) {
|
||||
var boxCount = id;
|
||||
|
||||
|
||||
$("#graphBox").append('<div id="chartBox'+boxCount+'" class="chartContainer resizable draggable"/>');
|
||||
$("#chartBox"+boxCount).css({top: temptop, left: templeft});
|
||||
|
|
Loading…
Reference in New Issue