[doc][fix] updated CHANGES + changed the method to wait for page to load

This commit is contained in:
Filippo Campi
2018-10-25 23:34:21 +02:00
parent 25e85a980d
commit 0336d0f7c9
2 changed files with 6 additions and 3 deletions
@@ -24,10 +24,9 @@ require([ // jshint ignore:line
//#JSCOVERAGE_IF 0
/**************************************************************************
* Window Load Function: Executes when complete page is fully loaded,
* including all frames,
* Document Ready Function: Executes when DOM is ready.
**************************************************************************/
$(window).load(function () {
$(document).ready(function () {
/**********************************************************************
* Delete a single comment.