Skip to content

Commit

Permalink
add support for touch using jquery-ui-touch-punch
Browse files Browse the repository at this point in the history
  • Loading branch information
cashbobhudson committed Jan 6, 2024
1 parent aa18e04 commit e15c49f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ <h3>Can I help?</h3>
<script src="./vendor/i18next-1.10.1.min.js"></script>
<script src="./webui/i18n.js"></script>
<script src="./vendor/jquery-ui/jquery-ui.js"></script>
<script src="./vendor/jquery.ui.touch-punch.min.js"></script>
<script src="./vendor/lodash.min.js"></script>
<script src="./vendor/backbone-min.js"></script>
<script src="./vendor/joint.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions install-jslibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ test -d jquery-ui || {
mv jquery-ui-1.11.4 jquery-ui
rm -f jquery-ui-1.11.4.zip
}
test -e jquery.ui.touch-punch.min.js ||
wget -c https://raw.githubusercontent.com/furf/jquery-ui-touch-punch/master/jquery.ui.touch-punch.min.js
test -e lodash.min.js ||
wget -c https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js
test -e backbone-min.js ||
Expand Down
11 changes: 11 additions & 0 deletions vendor/jquery.ui.touch-punch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e15c49f

Please sign in to comment.