NetTalk Central

Author Topic: App is getting errors with 11.26  (Read 2249 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
App is getting errors with 11.26
« on: November 21, 2019, 12:40:01 AM »
Hi All,

Any idea on what would be causing these errors?

HTML1300: Navigation occurred.
UpdSchedUploads
SCRIPT438: Object doesn't support property or method 'unload'
all.js (18930,1)
SCRIPT438: Object doesn't support property or method 'ntupload'
UpdSchedUploads (76,2)
SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
UpdSchedUploads
SCRIPT5022: cannot call methods on dialog prior to initialization; attempted to call method 'option'
all.js (4,2388)


Ashley

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: App is getting errors with 11.26
« Reply #1 on: November 22, 2019, 03:33:39 AM »
there's some obsolete code at the bottom of
jquery.nt-browse.js

$(window).unload(function() {
  $(':ui-ntbrowse').ntbrowse("destructor");
});

can be set (ie commented out) to

//$(window).unload(function() {
//  $(':ui-ntbrowse').ntbrowse("destructor");
//});

I'll be releasing 11.27 with this update shortly.