Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress & Firebug Issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26686
    Chandler
    Member

    Upon logging into the backend of any WordPress (clean or not) install, firebug (if active) likes to hang on some javascript errors. It’s quite annoying.

    In wp-admin() line 32

    Code:
    try{convertEntities(quicktagsL10n);}catch(e){};

    Firebug complains that "convertEntities is not defined".

    Not a huge deal, I just tell firebug to continue to run the script, and all is well. Anyone else run into this problem?

    #60450

    That code is wrapped in a try..catch block so it shouldn’t produce an error.

    Have you enabled "Break on all errors" or something similar in FireBug?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.