Skip to content

Commit

Permalink
http module: initial_update_run variable in base_plugin to be used wi…
Browse files Browse the repository at this point in the history
…th previous commits
  • Loading branch information
onkelandy committed Sep 18, 2023
1 parent 581ee9c commit e67ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/http/webif/gtemplates/base_plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
pagelength = {{ webif_pagelength }};
{%- endif %}
window.pageLength["bodytab_"+i] = {'tableid': 'unknown', 'pagelength': parseInt(pagelength)};
console.log(window.pageLength);
}
setCookie("pagelength", window.pageLength, 3650, window.pluginname);
}
window.initial_update = false;
window.initial_update_run = 0;
{%- if row_count is defined %}
window.row_count = '{{ row_count|lower }}';
{%- endif %}
Expand Down

0 comments on commit e67ba80

Please sign in to comment.