mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
using var instead of const for < IE10 compatibility
@frissdiegurke
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
define(function () {
|
define(function () {
|
||||||
|
|
||||||
const DEFAULT_PLUGINS = [
|
var DEFAULT_PLUGINS = [
|
||||||
'settings/checkbox',
|
'settings/checkbox',
|
||||||
'settings/number',
|
'settings/number',
|
||||||
'settings/textarea',
|
'settings/textarea',
|
||||||
|
|||||||
Reference in New Issue
Block a user