1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Missing translation

This commit is contained in:
Thomas Tanghus 2013-05-26 22:12:20 +02:00
parent 54a978bd25
commit 4dee9ca451

View File

@ -48,6 +48,7 @@ OC.Contacts = OC.Contacts || {};
});
var $addInput = this.$groupList.find('.add-group');
$addInput.addnew({
addText: t('core', 'Add'),
ok: function(event, name) {
$addInput.addClass('loading');
self.addGroup({name:name}, function(response) {