/*! gslUIkit 3.2.6 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
//typeof define === 'function' && define.amd ? define('uikit', factory) :
(global = global || self, global.gslUIkit = factory());
}(this, (function () { 'use strict';
I've applied the same patch again to
media/com_jevents/js/uikit.js by commenting out line 5 to that the start of the file reads
/*! gslUIkit 3.2.6 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
//typeof define === 'function' && define.amd ? define('uikit', factory) :
(global = global || self, global.gslUIkit = factory());
}(this, (function () { 'use strict';
Whilst you may have removed the out of date power admin there are residual plugins loading outdated javascript.
Until you update these (possibly by installing up to date poweradmin and then uninstalling it) you will need to apply the above fix each time you update JEvents
I've applied the same patch again to
media/com_jevents/js/uikit.js by commenting out line 5 to that the start of the file reads
/*! gslUIkit 3.2.6 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
//typeof define === 'function' && define.amd ? define('uikit', factory) :
(global = global || self, global.gslUIkit = factory());
}(this, (function () { 'use strict';
Whilst you may have removed the out of date power admin there are residual plugins loading outdated javascript.
Until you update these (possibly by installing up to date poweradmin and then uninstalling it) you will need to apply the above fix each time you update JEvents
Your site is loading a js file https://www.nsba.com/plugins/system/jsnframework/assets/3rd-party/requirejs/require.js which is version 2.0.4 dating back to 2012!! The latest version is 2.3.6 see https://requirejs.org/docs/download.html
You need to update your JSN Framework system plugin - if this is the latest version you should ask the developer why he/she is using such an old version of this tool