Browse Source

Hide swipe to navigate message after swiping thanks to @klamping

pull/276/merge
Zach Wise 12 years ago
parent
commit
1273cbe988
  1. 6
      compiled/js/timeline-min.js
  2. 1
      compiled/js/timeline.js
  3. 2
      source/js/Core

6
compiled/js/timeline-min.js vendored

File diff suppressed because one or more lines are too long

1
compiled/js/timeline.js

@ -5655,6 +5655,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Slider == 'undefined') {
showMessege(null, "Swipe to Navigate");
VMM.Lib.height($explainer, config.slider.height);
VMM.bindEvent($explainer, onExplainerClick);
VMM.bindEvent($explainer, onExplainerClick, 'touchend');
}
reSize(false, true);

2
source/js/Core

@ -1 +1 @@
Subproject commit 90dbc302b53bb69e69ad2004ac8561b189b2d44e
Subproject commit 76062094ecec6991281e37c53f432c615fc8b566
Loading…
Cancel
Save