This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit eda29338da29f19d26723a66209b511aa2155f3b
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 20 01:00:19 2021 +0000

    Regen
---
 webui/js/ponymail.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index eeda236..e10fcfd 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -16,7 +16,7 @@
 */
 // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT source/*.js!!
 
-const PONYMAIL_REVISION = "f707f15";
+const PONYMAIL_REVISION = "1cc461d";
 
 
 
@@ -4333,7 +4333,7 @@ class SwipeDetector {
         target.addEventListener("touchend", this.touchEnd, false);
     }
 
-    setCallback(direction = "left", callback_function ) {
+    setCallback(direction, callback_function ) {
         document.addEventListener(`swipe${direction}`, callback_function);
     }
 

Reply via email to