Skip to content

Commit fe845d2

Browse files
author
Sachin Maheshwari
committed
no backward direction flow
1 parent f030af8 commit fe845d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web-assets/js/signup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var qs = (function (a) {
1212
return b;
1313
})(window.location.search.substr(1).split("&"));
1414
$(document).ready(function () {
15+
window.history.forward();
1516
$.each(countryObjs, function () {
1617
$("#country").append(
1718
$("<option></option>").text(this.name).val(JSON.stringify(this))
@@ -121,4 +122,4 @@ function setContinueButtonDisabledStatus(status) {
121122
} else {
122123
continueBtnObj.removeAttr("disabled");
123124
}
124-
}
125+
}

0 commit comments

Comments
 (0)