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

Function page_back

web_server/public/javascripts/utilities.js:399–409  ·  view source on GitHub ↗
(url, base_query, formName)

Source from the content-addressed store, hash-verified

397
398
399function page_back(url, base_query, formName) {
400 if (PAGING_CLICK_WAIT) {
401 return false;
402 }
403
404 PAGE = PAGE - 1;
405 if (PAGE < 1) {
406 PAGE = 1;
407 }
408 refresh(url, base_query, formName);
409}
410
411
412function page_forward(url, base_query, formName) {

Callers 3

cert_page_backFunction · 0.85
domain_page_backFunction · 0.85
port_page_backFunction · 0.85

Calls 1

refreshFunction · 0.85

Tested by

no test coverage detected