1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[groups]clean code

This commit is contained in:
llj
2012-10-10 15:54:17 +08:00
parent 8b44047240
commit 0c6c2b1d2a
3 changed files with 4 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
$("#group-add").click(function() {
$("#group-add-form").modal({appendTo: "#main"});
});
$('#group-add-submit').click(function() {
$.ajax({
url: '{{ post_url }}',