Fixed $indicator is undefined

TickTackk

Well-known member
Affected version
2.1.6 PL 1
The JS file I'm using
JavaScript:
var TickTackk = window.TickTackk || {};
TickTackk.SampleText = TickTackk.SampleText || {};

(function ($, window, document, _undefined)
{
    'use strict';

    XF.loadOverlay('index.php?account/upgrades/very-custom-page');

})(jQuery, window, document);

Error being shown in console
Code:
TypeError: $indicator is undefined
    hide <xf>/js/xf/core.js:4565
    jQuery 5
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.7).

Change log:
Only try to hide the global action indicator if it's actually present.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom