Working in the refresh holding area.

This commit is contained in:
mdtrooper 2016-05-17 12:22:15 +02:00
parent b69960b2da
commit cdc14c2582
2 changed files with 6 additions and 6 deletions

View File

@ -2114,7 +2114,7 @@ MapController.prototype.events = function() {
}
});
//~ setTimeout(function() { self.refresh_map();}, self._refresh_time);
setTimeout(function() { self.refresh_map();}, self._refresh_time);
}
/**

View File

@ -393,11 +393,11 @@ else {
'', '', 'twopi', true, false, true, '',
$disabled_select_generation);
$table->data['size'][0] = __('Size of networkmap (Width x Height)');
$table->data['size'][1] = html_print_input_text ('width', $width, '', 4,
10,true) . " x ";
$table->data['size'][1] .= html_print_input_text ('height', $height, '',
4, 10,true);
//~ $table->data['size'][0] = __('Size of networkmap (Width x Height)');
//~ $table->data['size'][1] = html_print_input_text ('width', $width, '', 4,
//~ 10,true) . " x ";
//~ $table->data['size'][1] .= html_print_input_text ('height', $height, '',
//~ 4, 10,true);
$table->data[7][0] = __('Refresh time');
$table->data[7][1] = html_print_input_text ('source_period',