Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • studio12 Friend
    #947812

    In every Firefox edition i have i get a

    "SyntaxError: missing ) after argument list in index.php:174:39

    which is editor.addButton("button-0<iclass="icon-play-2">HTMLMedia", { from

    !(function(){ var btnOptions = {}, modalWidth = null, modalHeight = null; editor.addButton("button-0<iclass="icon-play-2">HTMLMedia", { text: "<i class="icon-play-2"> HTML Media", title: "<i class="icon-play-2"> HTML Media", icon: "none icon-blank", onclick: function () {

    with every button when i edit an article. These Buttons don’t work anymore. With joomla from the quickstart version to 3.4.8 and also 3.5.1 All caches cleared, browser and joomla.

    I can resume working only when i disable the Button Plugin – then save / close etc. work again.

    Firefox Developer 49.0a2 (2016-07-07) Firefox 48.0b5

    studio12 Friend
    #947815
    This reply has been marked as private.
    Ninja Lead Moderator
    #948665

    Hi,

    You can apply my solution to fix the problem on your site

    Open plugins/editors-xtd/jaavtracklistbutton/jaavtracklistbutton.php file

    find and change

    $button->set('text', '<i class="icon-play-2"></i> '.JText::_('PLG_EDITORS-XTD_JATRACKLIST_TEXT'));

    to

    $button->set('text', '<i class=\"icon-play-2\"></i> '.JText::_('PLG_EDITORS-XTD_JATRACKLIST_TEXT'));

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 7 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum