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

View File

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