mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 12:41:04 -05:00
Applied bootstrap
This commit is contained in:
11
index.js
11
index.js
@@ -1,15 +1,6 @@
|
||||
function massage() {
|
||||
humane.timeout = 5000;
|
||||
humane("Please wait...");
|
||||
humane("Still loading...");
|
||||
}
|
||||
|
||||
function submitPressed() {
|
||||
if (document.forms.f.checkValidity()) {
|
||||
b = document.getElementById("b");
|
||||
b.disabled = true;
|
||||
massage();
|
||||
$("#b").button('loading');
|
||||
document.forms.f.submit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user