Merge pull request #124 from KenYN/patch-1

Quick'n'dirty patch to address touchscreen issues

Andrew Cantino лет %!s(int64=11): %!d(string=назад)
Родитель
Сommit
3068d2f81b
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      vendor/assets/javascripts/bootstrap.js

+ 3 - 1
vendor/assets/javascripts/bootstrap.js

@@ -2022,4 +2022,6 @@
2022 2022
   })
2023 2023
 
2024 2024
 
2025
-}(window.jQuery);
2025
+}(window.jQuery);
2026
+
2027
+$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });