Is Sys.Application.notifyScriptLoaded still needed in a desi

Posted by Community Admin on 04-Aug-2018 06:55

Is Sys.Application.notifyScriptLoaded still needed in a designer?

All Replies

Posted by Community Admin on 27-Sep-2012 00:00

According to the Microsoft Ajax Sys.Application API documentation (http://msdn.microsoft.com/en-us/library/bb310952(v=vs.100).aspx), the following method call snippet which I commonly see at the end of designer template js files is now obsolete, and no longer needed in the current version of the Microsoft Ajax API library. Do we need to continue to use it in Sitefinity 5.x?

example code:

if (typeof(Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();

This thread is closed