Move sharetabview to compiled handlebars

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-10-01 20:08:49 +02:00
parent fca9987a6a
commit b10cddebe5
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 4 deletions

View File

@ -25,10 +25,7 @@
className: 'tab shareTabView',
template: function(params) {
if (!this._template) {
this._template = Handlebars.compile(TEMPLATE);
}
return this._template(params);
return TEMPLATE;
},
getLabel: function() {