You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the latest upgrade to Firebug 1.10.5 using Firefox 16.0.2 on Windows 8 64bit, every time I try to use the element inspector tool in Firebug I get an infinite recursion crash. Specifically, the Firebug console is spammed with a ton of GET requests, seemingly to all my scripts on my page. Additionally, it seems that each script on the page has jQuery's GET cache buster appended to the end of the URL, i.e. _=12345566.
Disabling FireQuery resolves the issue.
The text was updated successfully, but these errors were encountered:
After the latest upgrade to Firebug 1.10.5 using Firefox 16.0.2 on Windows 8 64bit, every time I try to use the element inspector tool in Firebug I get an infinite recursion crash. Specifically, the Firebug console is spammed with a ton of GET requests, seemingly to all my scripts on my page. Additionally, it seems that each script on the page has jQuery's GET cache buster appended to the end of the URL, i.e. _=12345566.
Disabling FireQuery resolves the issue.
The text was updated successfully, but these errors were encountered: