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 () {
|
function stateSaving () {
|
||||||
|
|
||||||
$.each(existingCharts, function(v, i ) {
|
$.each(existingCharts, function(v, i ) {
|
||||||
// position statesaving
|
// position statesaving
|
||||||
var tempcss = $("#chartBox"+this.id).position();
|
var tempcss = $("#chartBox"+this.id).position();
|
||||||
|
@ -2948,7 +2947,6 @@ var templeft = 20;
|
||||||
|
|
||||||
function createSingleBox (id, val, question) {
|
function createSingleBox (id, val, question) {
|
||||||
var boxCount = id;
|
var boxCount = id;
|
||||||
|
|
||||||
|
|
||||||
$("#graphBox").append('<div id="chartBox'+boxCount+'" class="chartContainer resizable draggable"/>');
|
$("#graphBox").append('<div id="chartBox'+boxCount+'" class="chartContainer resizable draggable"/>');
|
||||||
$("#chartBox"+boxCount).css({top: temptop, left: templeft});
|
$("#chartBox"+boxCount).css({top: temptop, left: templeft});
|
||||||
|
|
Loading…
Reference in New Issue