From 64504388680fb2cab8d5b8d93dcc3081ada49230 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Tue, 29 Sep 2020 14:36:14 +0300 Subject: [PATCH] * fix the sorting by drag-n-drop in mobile theme --- src/content/themes/default/index.php | 3 + src/content/themes/default/mobile.css | 2 + src/content/themes/default/style.css | 2 +- src/includes/jquery/jquery.ui.touch-punch.js | 225 +++++++++++++++++++ src/includes/mytinytodo.js | 22 +- 5 files changed, 249 insertions(+), 5 deletions(-) create mode 100644 src/includes/jquery/jquery.ui.touch-punch.js diff --git a/src/content/themes/default/index.php b/src/content/themes/default/index.php index f1555e5..2dfa2ab 100644 --- a/src/content/themes/default/index.php +++ b/src/content/themes/default/index.php @@ -21,6 +21,9 @@ + + +