MCPcopy Create free account
hub / github.com/caike/jQuery-Simple-Timer / interceptNavigation

Function interceptNavigation

tests/qunit-2.9.2.js:4659–4667  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

4657 }
4658
4659 function interceptNavigation(ev) {
4660 applyUrlParams();
4661
4662 if (ev && ev.preventDefault) {
4663 ev.preventDefault();
4664 }
4665
4666 return false;
4667 }
4668
4669 function getUrlConfigHtml() {
4670 var i,

Callers

nothing calls this directly

Calls 1

applyUrlParamsFunction · 0.85

Tested by

no test coverage detected