NetTalk Central

Author Topic: javascript error  (Read 1763 times)

alan

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Email
javascript error
« on: June 27, 2014, 02:38:19 AM »
Bruce,

I had this problem in an earlier version of NT so I just updated to 8.17 hoping whatever file is messed up would be replaced.  Unfortunately, the error it's still there.

I have not touched any of the .js files.  I think the error is related to my menu because it fires everytime I open a new page.

TypeError: $.browser is undefined
var lameIE = $.browser.msie && $.browser.version < 9;                          jquery.....js?c=1 (line 36)

TypeError: $.browser is undefined
if ($.browser.msie) {                                                                             netweb.js?c=1 (line 683)


Alan Schoolcraft

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: javascript error
« Reply #1 on: June 27, 2014, 02:55:18 AM »
I don't think this is really 8.17.

This bug was fixed a couple builds ago - so perhaps check the \clarion\accessory\libsrc\win\netweb\web\scripts\netweb.js file to see what the version number is (it's at the top of that file) and if that is 8.17 then perhaps clean out your \web\scripts folder so that it can re-copy it from the \clarion directory.

also remember to press Ctrl-F5 in your browser to clear the cache there.

cheers
Bruce

alan

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Email
Re: javascript error
« Reply #2 on: June 27, 2014, 05:13:06 AM »
Thanks Bruce.

Clearing out my \web\scripts folder did the trick.
Alan Schoolcraft