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

Function applyUrlParams

tests/qunit-2.9.2.js:4823–4843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4821 }
4822
4823 function applyUrlParams() {
4824 var i,
4825 selectedModules = [],
4826 modulesList = id("qunit-modulefilter-dropdown-list").getElementsByTagName("input"),
4827 filter = id("qunit-filter-input").value;
4828
4829 for (i = 0; i < modulesList.length; i++) {
4830 if (modulesList[i].checked) {
4831 selectedModules.push(modulesList[i].value);
4832 }
4833 }
4834
4835 window$1.location = setUrl({
4836 filter: filter === "" ? undefined : filter,
4837 moduleId: selectedModules.length === 0 ? undefined : selectedModules,
4838
4839 // Remove module and testId filter
4840 module: undefined,
4841 testId: undefined
4842 });
4843 }
4844
4845 function toolbarUrlConfigContainer() {
4846 var urlConfigContainer = document.createElement("span");

Callers 1

interceptNavigationFunction · 0.85

Calls 2

idFunction · 0.85
setUrlFunction · 0.85

Tested by

no test coverage detected