Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 15, 2013
1 parent 0d3ce5a commit 66c6085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server_status_monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ AJAX.registerOnload('server_status_monitor.js', function () {
keys.sort();

// Rebuilds all ids, with the dragged chart correctly inserted
for (var i = 0; i<keys.length; i++) {
for (var i = 0; i < keys.length; i++) {
if (keys[i] == insertBefore) {
newChartList['c' + (c++)] = runtime.charts[dropKey];
insertBefore = -1; // Insert ok
Expand Down

0 comments on commit 66c6085

Please sign in to comment.