NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on November 21, 2019, 12:40:01 AM

Title: App is getting errors with 11.26
Post by: astahl 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
Title: Re: App is getting errors with 11.26
Post by: Bruce 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.