mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 04:10:47 +00:00
[upgrade jquery] modifications, & cleaned up code & files
This commit is contained in:
@@ -113,7 +113,7 @@ define([
|
||||
|
||||
var groups = this.groups;
|
||||
var _this = this;
|
||||
$form.submit(function() {
|
||||
$form.on('submit', function() {
|
||||
var group_name = $.trim($('[name="group_name"]', $form).val());
|
||||
var $error = $('.error', $form);
|
||||
var $submitBtn = $('[type="submit"]', $form);
|
||||
|
Reference in New Issue
Block a user