summaryrefslogtreecommitdiff
path: root/javascript/srp.js
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/srp.js')
-rw-r--r--javascript/srp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/srp.js b/javascript/srp.js
index 2a8f6e5..b0b1e3e 100644
--- a/javascript/srp.js
+++ b/javascript/srp.js
@@ -206,3 +206,4 @@ function SRP(username, password, ser, base_url)
return (typeof(window[variable]) == "undefined")? false: true;
};
};
+var srpPath = document.getElementsByTagName('script')[document.getElementsByTagName('script').length-1].getAttribute("src");