-
Notifications
You must be signed in to change notification settings - Fork 265
Description
Basic Information
Clicking on a link that is supposed to create a popup overlay, such as a help icon, no longer opens the content in the expected overlay. Instead, the entire web page goes to the target URL, just like a normal link would.
Steps to reproduce
- Navigate to any admin page and click on a help icon.
Expected result
The help text overlay appears and shows the help text, like this:
Actual result
Browser goes to a separate page containing the help text, like this:
Version/Git revision
3.0 Alpha 4
Database Engine
All
Database Version
N/A
PHP Version
N/A
Logs
JavaScript console reports the following error:
[Error] ReferenceError: Can't find variable: $
Global Code (script.js:1377)Additional Information
This bug was introduced in #8884