Skip to content

Commit 1d67893

Browse files
committed
Remove debug code.
1 parent 068da6b commit 1d67893

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

enabled_fadein.html

-6
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ <h5 class="title">ABOUT</h5>
122122
effect : "fadeIn"
123123
});
124124

125-
$(window).bind("pageshow", function(event) {
126-
if (event.originalEvent.persisted) {
127-
alert("From back / forward cache.");
128-
}
129-
});
130-
131125
});
132126
</script>
133127
</body>

0 commit comments

Comments
 (0)