Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11809

core.js should be loaded directly after jQuery and after every other JS file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.0-a1
    • 3.1.0-dev
    • JavaScript / AJAX
    • None

      The file core.js sets up most of the AJAX and jQuery related framework for phpBB. Due to this, it needs to be included right after jQuery has been included. Currently, it is however loaded with INCLUDEJS which causes it to be loaded after every other javascript file except for the style specific ajax.js. This causes every javascript file that is included before core.js and that is using the phpBB AJAX functions or variables to break.

            EXreaction EXreaction [X] (Inactive)
            Marc Marc
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: