Issue 4932:
The Script panel shows No Javascript on this page even if they are scripts within an iframe
Steps to reproduce
- Open Firebug, enable the Script panel and reload the page.
- The Script panel must show content of
test.js
file:
function funcTest() {}