Browse Source

formatting

pull/75/head
Zach Wise 13 years ago
parent
commit
a1a7df67bb
  1. 1
      source/js/VMM.Timeline.js

1
source/js/VMM.Timeline.js

@ -137,6 +137,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') {
config.current_slide = parseInt(hash); config.current_slide = parseInt(hash);
} }
} }
window.onhashchange = function () { window.onhashchange = function () {
if (config.hash_bookmark) { if (config.hash_bookmark) {
if (is_moving) { if (is_moving) {

Loading…
Cancel
Save