This commit is contained in:
Stefan Midjich 2016-12-13 14:24:06 +01:00
parent b00a8b75bc
commit a91f1775fb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var getUrlParameter = function getUrlParameter(sParam) {
// This function ensures the user gets redirect to the correct destination once // This function ensures the user gets redirect to the correct destination once
// all jobs have succeeded in the portal software. // all jobs have succeeded in the portal software.
function do_success() { function do_success() {
var url = getUrlParameters('url'); var url = getUrlParameter('url');
console.log('success: '+url); console.log('success: '+url);