Why is my javascript file not loading on mozilla?

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
aeron36
Posts: 1
Joined: August 3rd, 2016, 4:31 am

Why is my javascript file not loading on mozilla?

Post by aeron36 »

I'm new to both JavaScript & AngularJS. I'm building an app which talks to a building management system: it has a module called 'JaceMod' containing a service to contact the BMS and retrieve data from it. I'm adding functionality to graph data using Dygraphs, and I've created a directive to instantiate a graph and populate it with data.

My website is : http://jobspearl.in

So Please help me this issue.
User avatar
jscher2000
Posts: 11734
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: Why is my javascript file not loading on mozilla?

Post by jscher2000 »

How do you know the scripts are not loading? Could you watch the requests in the Network Monitor to see what is going on there:

https://developer.mozilla.org/docs/Tool ... rk_Monitor

Also check the console for error messages.
Post Reply