Removed change from .load to .ready, I'll create another PR
This commit is contained in:
parent
6fed2ad760
commit
671f0cc796
@ -24,10 +24,10 @@ require([ // jshint ignore:line
|
||||
//#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,
|
||||
**************************************************************************/
|
||||
$(document).ready(function () {
|
||||
$(window).load(function () {
|
||||
|
||||
/**********************************************************************
|
||||
* Delete a single comment.
|
||||
|
Loading…
Reference in New Issue
Block a user