Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Sep 10, 2007
1 parent 88f747a commit bc0511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enabled.html
Expand Up @@ -18,7 +18,7 @@
<script src="jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function() {
$("img").lazyload({placeholder : "img/grey.gif", event : "click"});
$("img").lazyload({placeholder : "img/grey.gif"});
});
</script>
<style type="text/css">
Expand Down

0 comments on commit bc0511d

Please sign in to comment.