Skip to content

Commit d02ed82

Browse files
committed
Issue 153: removed redundant line from history script
1 parent af1767d commit d02ed82

File tree

3 files changed

+6
-77
lines changed

3 files changed

+6
-77
lines changed

src/toolbox/toolbox.history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
}
9292

9393
hash = h;
94-
window.location.hash = hash;
94+
9595
});
9696

9797

test/scrollable/lazyload.htm

Lines changed: 0 additions & 73 deletions
This file was deleted.

test/scrollable/single.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
<script>
88
$(function() {
9-
$(".scrollable").scrollable({ circular: false, initialIndex: 2, onBeforeSeek: function() {
10-
console.info("jou");
11-
}});
9+
$(".scrollable").scrollable({
10+
onSeek: function() {
11+
console.info("jou");
12+
}
13+
});
1214
});
1315
</script>
1416

0 commit comments

Comments
 (0)