From 84c46dd3dd9a9b20d066ea704593a96ff0db0523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Tue, 31 Jul 2018 18:53:53 +0200 Subject: [PATCH] Add notification container to public layout template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed to show notifications using the standard "OC.Notification.show" function. Signed-off-by: Daniel Calviño Sánchez --- core/templates/layout.public.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index 07aff03127..57491697a2 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -27,6 +27,9 @@ +
+
+