diff --git a/js/ditto.js b/js/ditto.js index 7b1d615..569518b 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -36,13 +36,7 @@ function initialize() { router(); $(window).on('hashchange', router); var flip = document.querySelector('#flip'); - var hasTouch = 'ontouchstart' in window; - - if (!hasTouch) { - Veil(flip, { - prop: 'bottom' - }); - } + Veil(flip, {prop: 'bottom'}); } function init_sidebar_section() {