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