Removed change from .load to .ready, I'll create another PR

This commit is contained in:
Filippo Campi 2018-10-24 16:43:38 +02:00
parent 6fed2ad760
commit 671f0cc796

View File

@ -24,10 +24,10 @@ require([ // jshint ignore:line
//#JSCOVERAGE_IF 0 //#JSCOVERAGE_IF 0
/************************************************************************** /**************************************************************************
* Document Ready Function: Executes when complete page is fully loaded, * Window Load Function: Executes when complete page is fully loaded,
* including all frames, * including all frames,
**************************************************************************/ **************************************************************************/
$(document).ready(function () { $(window).load(function () {
/********************************************************************** /**********************************************************************
* Delete a single comment. * Delete a single comment.