added $(document).ready to js script
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
644b7db597
commit
dfe36ba913
File diff suppressed because one or more lines are too long
@ -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
@ -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
@ -322,6 +322,8 @@ MaterioSearchApiAjax = function(){
|
||||
init();
|
||||
};
|
||||
|
||||
$(document).ready(function() {
|
||||
var materiosearchapiajax = new MaterioSearchApiAjax();
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
x
Reference in New Issue
Block a user