QTags code breaks JS on pages without editor
-
#PROBLEM:
On pages without editor will throw error:
Error: ReferenceError: QTags is not defined
(when script concatenated (by default) this essentially breaks whole JS loading..)Same issue – even though it was closed = still not fixed: https://www.ads-software.com/support/topic/referenceerror-qtags-is-not-defined
#SOLUTION: Add simple check for undefined variable:
FILE: vipers-video-quicktags.php
LINE: 773
if (typeof QTags !== 'undefined') QTags.addButton(
https://www.ads-software.com/plugins/vipers-video-quicktags/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘QTags code breaks JS on pages without editor’ is closed to new replies.