added $(document).ready to js script
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
@@ -322,6 +322,8 @@ MaterioSearchApiAjax = function(){
|
||||
init();
|
||||
};
|
||||
|
||||
$(document).ready(function() {
|
||||
var materiosearchapiajax = new MaterioSearchApiAjax();
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user