added $(document).ready to js script

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy 2013-04-23 12:08:32 +02:00
parent 644b7db597
commit dfe36ba913
6 changed files with 16 additions and 668 deletions

File diff suppressed because one or more lines are too long

View File

@ -705,6 +705,8 @@ MaterioFlag = function(){
};
var materioflag = new MaterioFlag();
$(document).ready(function() {
var materioflag = new MaterioFlag();
});
})(jQuery);

File diff suppressed because one or more lines are too long

View File

@ -35,6 +35,9 @@ MaterioPageTitle = function(){
init();
};
var materiopagetitle = new MaterioPageTitle();
$(document).ready(function() {
var materiopagetitle = new MaterioPageTitle();
});
})(jQuery);

File diff suppressed because one or more lines are too long

View File

@ -322,6 +322,8 @@ MaterioSearchApiAjax = function(){
init();
};
$(document).ready(function() {
var materiosearchapiajax = new MaterioSearchApiAjax();
});
})(jQuery);