User our own jQuery

This commit is contained in:
2016-08-30 14:09:56 +02:00
parent b9b993fe4a
commit 8d6df947c8
7 changed files with 11 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ script.
$imgs.each(function(i) {
var $img = $(this);
$('<img/>').load(function() {
$('<img/>').on('load', function() {
++cnt;
if( cnt === totalImgs ) {
$imgs.show();