Commit f3786acaaee7c50333433f65d1844de30e67ae03
1 parent
aaad265b
[+] add jquery.ui.touch-punch.min.js to let use browser under touch panel device
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
web/jquery.anubis
| ... | ... | @@ -206,6 +206,7 @@ define List(HTML_Head_Tag) |
| 206 | 206 | [ |
| 207 | 207 | js(js_file("/js/jquery/jquery-1.12.4.min.js")), |
| 208 | 208 | js(js_file("/js/jquery/jquery-ui-1.11.4/jquery-ui.min.js")), |
| 209 | + js(js_file("/js/jquery/jquery.ui.touch-punch.min.js")) | |
| 209 | 210 | ]. |
| 210 | 211 | |
| 211 | 212 | /* Initialize jQuery in compatiblity mode with jQueryUI */ | ... | ... |