fix window load event to use
This commit is contained in:
parent
4949b26584
commit
bd0637e0b2
@ -108,7 +108,7 @@ require([ // jshint ignore:line
|
|||||||
* Window Load Function: Executes when complete page is fully loaded,
|
* Window Load Function: Executes when complete page is fully loaded,
|
||||||
* including all frames,
|
* including all frames,
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
$(window).load(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
// Update settings on page load
|
// Update settings on page load
|
||||||
$.updateSettings();
|
$.updateSettings();
|
||||||
|
Loading…
Reference in New Issue
Block a user