mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
typo
This commit is contained in:
parent
b00a8b75bc
commit
a91f1775fb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ var getUrlParameter = function getUrlParameter(sParam) {
|
|||
// This function ensures the user gets redirect to the correct destination once
|
||||
// all jobs have succeeded in the portal software.
|
||||
function do_success() {
|
||||
var url = getUrlParameters('url');
|
||||
var url = getUrlParameter('url');
|
||||
|
||||
console.log('success: '+url);
|
||||
|
||||
|
|
Loading…
Reference in a new issue