mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 23:40:38 +01:00
linting
This commit is contained in:
@@ -58,7 +58,7 @@ define('admin/extend/plugins', ['jqueryui', 'translator'], function (jqueryui, t
|
|||||||
|
|
||||||
if (pluginData.license && pluginData.active !== true) {
|
if (pluginData.license && pluginData.active !== true) {
|
||||||
templates.parse('admin/partials/plugins/license', pluginData, function (html) {
|
templates.parse('admin/partials/plugins/license', pluginData, function (html) {
|
||||||
var modal = bootbox.dialog({
|
bootbox.dialog({
|
||||||
title: '[[admin/extend/plugins:license.title]]',
|
title: '[[admin/extend/plugins:license.title]]',
|
||||||
message: html,
|
message: html,
|
||||||
size: 'large',
|
size: 'large',
|
||||||
@@ -71,7 +71,7 @@ define('admin/extend/plugins', ['jqueryui', 'translator'], function (jqueryui, t
|
|||||||
label: '[[modules:bootbox.confirm]]',
|
label: '[[modules:bootbox.confirm]]',
|
||||||
className: 'btn-primary',
|
className: 'btn-primary',
|
||||||
callback: toggleActivate,
|
callback: toggleActivate,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user