mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
[address book] modification for UI
This commit is contained in:
@@ -45,7 +45,9 @@ define([
|
||||
},
|
||||
|
||||
addGroup: function () {
|
||||
var $form = $(this.groupAddFormTemplate()),
|
||||
var $form = $(this.groupAddFormTemplate({
|
||||
'title': gettext("New Department")
|
||||
})),
|
||||
groups = this.groupCollection,
|
||||
_this = this;
|
||||
|
||||
|
Reference in New Issue
Block a user