Probably a check could be added if the file could be loaded and the *HTML*panel<http://getfirebug.com/wiki/index.php/HTML_Panel>could indicate that somehow. Please create an enhancement request<http://code.google.com/p/fbug/issues/entry?template=User%20enhancement%20request>for that. In the case of an incorrectly written protocol you won't get a 404 error. Firefox simply won't make a network request because it doesn't know that protocol. But the fact that the request isn't shown inside the *Net* panel<http://getfirebug.com/wiki/index.php/Net_Panel>is already a good indicator that something is wrong.
Sebastian On Thursday, April 5, 2012 8:44:02 PM UTC+2, Thinsoldier wrote: > > I had a typo in a script tag that was preventing my JS from running. I > figured if the script file didn't get loaded it would show up as 404 > in the Net tab. But it didn't. > > <script src="shttp://cdn.site.com/lightbox.js"></script> > > The typo was an s before the http. > > Any chance a feature could be added to detect this kind of error? > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
