MCPcopy Create free account
hub / github.com/adobe/Marinus / update_limit

Function update_limit

web_server/public/javascripts/utilities.js:378–384  ·  view source on GitHub ↗
(formName)

Source from the content-addressed store, hash-verified

376}
377
378function update_limit(formName) {
379 if (PAGING_CLICK_WAIT === false) {
380 PAGING_CLICK_WAIT = true;
381 window.setTimeout(function () { do_page_refresh(formName) }, 2000);
382 }
383 return false;
384}
385
386function refresh(url, base_query, formName) {
387 if (base_query !== "") {

Callers 3

display_scan_casFunction · 0.85
displayIPListFunction · 0.85
displayDomainListFunction · 0.85

Calls 1

do_page_refreshFunction · 0.85

Tested by

no test coverage detected