1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

Disable button when perform ajax post

This commit is contained in:
zhengxie
2012-10-12 21:11:30 +08:00
parent 7e66170f48
commit 6cd0df1a1d
5 changed files with 26 additions and 1 deletions

View File

@@ -19,5 +19,5 @@
<input type="password" name="passwd_again" disabled="disabled" class="passwd input-disabled" />
</div>
<p class="error hide"></p>
<input type="submit" id="repo-create-submit" value="提交" class="submit" />
<input type="submit" id="repo-create-submit" value="提交" class="submit"/>
</form>