removes refresh upon startup
This commit is contained in:
parent
98fa92f957
commit
0279272535
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ vz.wui.init = function() {
|
|||
// auto refresh
|
||||
if (vz.options.refresh) {
|
||||
$('#refresh').attr('checked', true);
|
||||
vz.wui.refresh(); // refresh once
|
||||
vz.wui.setTimeout();
|
||||
}
|
||||
$('#refresh').change(function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue