jquery-ui works now with touch devices

- the "old" implementation at wekan source code didn't work anymore with
  jquery-ui@1.13.0, so it's necessary to use another package to get it
  work again
This commit is contained in:
Martin Filser 2021-11-13 23:50:33 +01:00
parent 292e43466e
commit c9071a74bc
7 changed files with 10 additions and 79 deletions

View file

@ -36,6 +36,7 @@
"gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
"jquery": "^2.2.4",
"jquery-ui": "^1.13.0",
"jquery-ui-touch-punch": "^0.2.3",
"jszip": "^3.7.1",
"ldapjs": "^2.3.1",
"markdown-it": "^12.2.0",