diff options
author | Joakim Reinert <mail@jreinert.com> | 2015-05-01 23:53:55 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-05 12:21:27 +0200 |
commit | 1b7aeb5619638661f09ecaa6aba4b94e02b616ab (patch) | |
tree | 9773e798cf8ebde18587bf75047e0fc3c14af9cf /data/js/script.js | |
parent | a5cde5f11ba4d773bd7b369596f5bb00a0e1666e (diff) |
Move lazyloading js code to application.js
Diffstat (limited to 'data/js/script.js')
-rw-r--r-- | data/js/script.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/js/script.js b/data/js/script.js deleted file mode 100644 index 7b103699a..000000000 --- a/data/js/script.js +++ /dev/null @@ -1,7 +0,0 @@ -(function($) { - $(function() { - if ($("img.lazyload").length) { - $("img.lazyload").show().lazyload({treshold: 200}); - } - }); -})(jQuery); |