This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Disable form submission button while loading
copyvios-ng
Ben Kurtovic
5 years ago
parent
4c428d4d2b
commit
ce18eb9065
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
static/script.js
+ 3
- 0
static/script.js
View File
@@ -126,6 +126,9 @@ $(document).ready(function() {
.prop("disabled", true);
});
}
$("#cv-form button[type='submit']")
.prop("disabled", true)
.css("cursor", "progress");
});
if ($("#cv-additional").length >= 0) {
Write
Preview
Loading…
Cancel
Save