fix window load event to use

This commit is contained in:
vangheem 2015-02-11 16:30:03 -06:00
parent 4949b26584
commit bd0637e0b2

View File

@ -108,7 +108,7 @@ require([ // jshint ignore:line
* Window Load Function: Executes when complete page is fully loaded,
* including all frames,
**************************************************************************/
$(window).load(function () {
$(document).ready(function () {
// Update settings on page load
$.updateSettings();