-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.5
-
Fix Version/s: 3.1.6-RC1
-
Component/s: None
-
Labels:None
-
GitHub Pull Request URL:
Changes in 3.1.5 to the loading indicator in assets/core.js have broken it.
Now, for example, when data-overlay="false" you get the JS error:
TypeError: undefined is not an object (evaluating '$loadingIndicator.fadeOut')
Caused by this change: https://github.com/phpbb/phpbb/commit/d978564600032cf599ef8e0352cdeb60312b2a10
Error comes from
https://github.com/phpbb/phpbb/blob/3.1.x/phpBB/assets/javascript/core.js#L398
- was caused by solution of
-
PHPBB3-13905 loading.gif loaded before document load when it isn't needed
-
- Closed
-