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 1716a65 commit 7466ccfCopy full SHA for 7466ccf
web-assets/js/signup.js
@@ -11,12 +11,7 @@ var qs = (function (a) {
11
return b;
12
})(window.location.search.substr(1).split("&"));
13
$(document).ready(function () {
14
- $("#continueBtn").submit(function() {
15
- $(this).submit(function() {
16
- return false;
17
- });
18
- return true;
19
+ $('.continue-btn').dblclick(false);
20
$.each(countryObjs, function () {
21
$("#country").append(
22
$("<option></option>").text(this.name).val(JSON.stringify(this))
0 commit comments