Skip to content

Commit ae7c1a0

Browse files
author
Sachin Maheshwari
committed
clean-up code
1 parent bd2200d commit ae7c1a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

web-assets/auth0/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,12 @@ div.auth0-lock-error::before{
461461
width: auto;
462462
margin: 0px 20px 10px 20px;
463463
}
464+
div.auth0-lock-error-msg {
465+
white-space:normal;
466+
}
467+
div.auth0-lock-error::before {
468+
left: calc(100% + 5px)
469+
}
464470
/* end: form */
465471

466472
/* terms */

web-assets/js/signup.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ var qs = (function (a) {
1212
return b;
1313
})(window.location.search.substr(1).split("&"));
1414
$(document).ready(function () {
15-
document.addEventListener('dblclick', function (event) {
16-
console.log("Double-click disabled!");
17-
event.preventDefault();
18-
event.stopPropagation();
19-
}, true //capturing phase!!
20-
);
2115
$.each(countryObjs, function () {
2216
$("#country").append(
2317
$("<option></option>").text(this.name).val(JSON.stringify(this))

0 commit comments

Comments
 (0)