We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f030af8 commit fe845d2Copy full SHA for fe845d2
web-assets/js/signup.js
@@ -12,6 +12,7 @@ var qs = (function (a) {
12
return b;
13
})(window.location.search.substr(1).split("&"));
14
$(document).ready(function () {
15
+ window.history.forward();
16
$.each(countryObjs, function () {
17
$("#country").append(
18
$("<option></option>").text(this.name).val(JSON.stringify(this))
@@ -121,4 +122,4 @@ function setContinueButtonDisabledStatus(status) {
121
122
} else {
123
continueBtnObj.removeAttr("disabled");
124
}
-}
125
+}
0 commit comments