Applied bootstrap

This commit is contained in:
Kai Hendry
2011-12-04 22:07:18 +08:00
parent e761bc5b2e
commit cd80e503b4
6 changed files with 42 additions and 27 deletions

View File

@@ -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();
}
}