Lint compliance

This commit is contained in:
yflory
2018-04-16 15:57:18 +02:00
parent e2b9cf1c40
commit 881c36214f
5 changed files with 5 additions and 50 deletions

View File

@@ -1866,7 +1866,7 @@ define([
var $creation = $('<div>', { id: 'cp-creation', tabindex: 1 }).appendTo($creationContainer);
// Title
var colorClass = 'cp-icon-color-'+type;
//var colorClass = 'cp-icon-color-'+type;
//$creation.append(h('h2.cp-creation-title', Messages.newButtonTitle));
$creation.append(h('h3.cp-creation-title', Messages['button_new'+type]));
//$creation.append(h('h2.cp-creation-title.'+colorClass, Messages.newButtonTitle));