diff --git a/static/app/public.js b/static/app/public.js index 26d7b5e8f..fddb54317 100755 --- a/static/app/public.js +++ b/static/app/public.js @@ -1495,6 +1495,7 @@ function asyncLoadImage(obj, url){ function loadImage(){ $('img').each(function(i){ + console.log($(this).attr('data-src')); if ($(this).attr('data-src') != ''){ asyncLoadImage(this, $(this).attr('data-src')); } diff --git a/static/app/soft.js b/static/app/soft.js index da5d12644..73404cc73 100755 --- a/static/app/soft.js +++ b/static/app/soft.js @@ -333,15 +333,23 @@ function indexListHtml(callback){ data_id = plugin.name + '-' + plugin.versions; } + // con += '
\ + // \ + //
\ + //
\ + //
' + name + state + '
\ + //
\ + //
'; con += '
\ \ -
\ -
\ +
\ +
\
' + name + state + '
\
\
'; - + + // loadImage(); } $("#indexsoft").html(con);