1
0
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:
llj
2018-05-07 19:55:41 +08:00
parent 1b6a8479da
commit bed8636724
8 changed files with 26 additions and 15 deletions

View File

@@ -45,7 +45,9 @@ define([
},
addGroup: function () {
var $form = $(this.groupAddFormTemplate()),
var $form = $(this.groupAddFormTemplate({
'title': gettext("New Department")
})),
groups = this.groupCollection,
_this = this;