remove lazyload lib + make random list ext more readable

lazyload is no longer used, see: 7c95981319
This commit is contained in:
Daku
2014-02-16 23:24:05 +00:00
parent 134f9082fd
commit c51d1388c0
4 changed files with 35 additions and 65 deletions

View File

@ -16,11 +16,6 @@ $(document).ready(function() {
selectFirst: false
});
$("IMG.lazy").show().lazyload({
//effect: "fadeIn",
threshold: 200
});
$("TABLE.sortable").tablesorter();
$(".shm-clink").each(function(idx, elm) {