From a91f1775fbd2a601a43b1374da586ca846d0d71a Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Tue, 13 Dec 2016 14:24:06 +0100 Subject: [PATCH] typo --- static/js/captiveportal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/captiveportal.js b/static/js/captiveportal.js index be41c91..1105435 100644 --- a/static/js/captiveportal.js +++ b/static/js/captiveportal.js @@ -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);