Preparing web server for update to v1.15.4
This commit is contained in:
parent
0f06c3f039
commit
1d9a5ee0df
39 changed files with 7519 additions and 1387 deletions
|
|
@ -424,8 +424,8 @@ web.getURLParameters = function(sParms)
|
|||
if (window) { // an alternative to "if (typeof module === 'undefined')" if require("defines") has been invoked
|
||||
if (!sParms) {
|
||||
/*
|
||||
* Note that window.location.href returns the entire URL, whereas window.location.search returns
|
||||
* only the parameters, if any (starting with the '?', which we skip over with a substr() call).
|
||||
* Note that window.location.href returns the entire URL, whereas window.location.search
|
||||
* returns only the parameters, if any (starting with the '?', which we skip over with a substr() call).
|
||||
*/
|
||||
sParms = window.location.search.substr(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue