From 05547845cb6812c2a0a743a8c703faacdbe697c3 Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 7 Nov 2019 19:58:40 +0100 Subject: [PATCH] including confirm and prompt dialog to mobile frontend to allow deleting notes, closes #689 --- src/views/mobile.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/mobile.ejs b/src/views/mobile.ejs index 83decb5dc..dd6a2ad7a 100644 --- a/src/views/mobile.ejs +++ b/src/views/mobile.ejs @@ -79,6 +79,7 @@ <% include dialogs/protected_session_password.ejs %> + <% include dialogs/confirm.ejs %>