NetTalk Central

Author Topic: Error in site javascript  (Read 3390 times)

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Error in site javascript
« on: March 18, 2019, 03:20:54 AM »
Hi,

I am getting this error on opening all screens:  Error in site javascript

I have removed my custom.css to rule that out and also tried two different themes but still the same.
What should I look for ?

Cheers
/Poul

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
    • Email
Re: Error in site javascript
« Reply #1 on: March 18, 2019, 04:23:11 AM »
Hallo Poul!

>>I have removed my custom.css to rule that out and also tried two different themes but still the same.
a css file will never give you Java script error.

If you use Firefox then open web developer  tool CTRL+SHIFT+I
then go to console tab and see what error you get there and start from there.


Regards,
Robert

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: Error in site javascript
« Reply #2 on: March 18, 2019, 07:09:51 AM »
Thanks Robert,

The console does not show anything at all !
The error flashes briefly and then everything seems to be OK.

/Poul

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11177
    • View Profile
Re: Error in site javascript
« Reply #3 on: March 21, 2019, 06:53:03 AM »
If the error appears, but then disappears, then this is good. The test is running, and all is ok.
Before deployment you will turn off this test on the WebServer procedure, Extension template, Performance tab.
but leave it on during development.

Bruce

Poul Jensen

  • Full Member
  • ***
  • Posts: 186
    • View Profile
    • Email
Re: Error in site javascript
« Reply #4 on: March 21, 2019, 12:20:59 PM »
Thanks - that did it.

/Poul