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) {
|
||||
templates.parse('admin/partials/plugins/license', pluginData, function (html) {
|
||||
var modal = bootbox.dialog({
|
||||
bootbox.dialog({
|
||||
title: '[[admin/extend/plugins:license.title]]',
|
||||
message: html,
|
||||
size: 'large',
|
||||
@@ -71,7 +71,7 @@ define('admin/extend/plugins', ['jqueryui', 'translator'], function (jqueryui, t
|
||||
label: '[[modules:bootbox.confirm]]',
|
||||
className: 'btn-primary',
|
||||
callback: toggleActivate,
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user