1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixed: e107 is not defined in selectize.init.js

This commit is contained in:
Lóna Lore
2015-12-10 20:35:22 +01:00
parent 26b2dde325
commit 3f35fb7485

View File

@@ -1,3 +1,6 @@
// If you don't insert this line into your JS, you may see the error: e107 is not defined.
var e107 = e107 || {'settings': {}, 'behaviors': {}};
(function ($) {
/**