From a0e5f2d8ec24e24fb0b5d98edaabaa3d4dddea79 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 10 May 2019 16:06:58 +0300 Subject: [PATCH] cleanup --- client/src/views/list.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/views/list.js b/client/src/views/list.js index b096f2f495..f53c32fbe6 100644 --- a/client/src/views/list.js +++ b/client/src/views/list.js @@ -162,7 +162,6 @@ define('views/list', ['views/main', 'search-manager'], function (Dep, SearchMana if (this.quickCreate) { this.menu.buttons.unshift({ action: 'quickCreate', - //label: 'Create ' + this.scope, html: ' ' + this.translate('Create ' + this.scope, 'labels', this.scope), style: 'default', acl: 'create', @@ -172,7 +171,6 @@ define('views/list', ['views/main', 'search-manager'], function (Dep, SearchMana this.menu.buttons.unshift({ link: '#' + this.scope + '/create', action: 'create', - //label: 'Create ' + this.scope, html: ' ' + this.translate('Create ' + this.scope, 'labels', this.scope), style: 'default', acl: 'create',