forked from Cavemanon/cavepaintings
remove lazyload lib + make random list ext more readable
lazyload is no longer used, see: 7c95981319
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user