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:
@@ -1,3 +1,7 @@
|
||||
$("#group-add").click(function() {
|
||||
$("#group-add-form").modal({appendTo: "#main"});
|
||||
});
|
||||
|
||||
$('#group-add-submit').click(function() {
|
||||
$.ajax({
|
||||
url: '{{ post_url }}',
|
||||
|
Reference in New Issue
Block a user