From abd670058d612b6bd6b0d1b11ae2a85e9b5bbf94 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 19 Sep 2019 17:47:04 -0700 Subject: [PATCH] Fixed Show Only Own Events --- views/default-min.handlebars | 2 +- views/default-mobile-min.handlebars | 2 +- views/default.handlebars | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/default-min.handlebars b/views/default-min.handlebars index 73cee89c..5df1454e 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1 +1 @@ - {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file diff --git a/views/default-mobile-min.handlebars b/views/default-mobile-min.handlebars index cdc07113..912630bb 100644 --- a/views/default-mobile-min.handlebars +++ b/views/default-mobile-min.handlebars @@ -1 +1 @@ - {{{title}}}
{{{title}}}
{{{title2}}}
\ No newline at end of file + {{{title}}}
{{{title}}}
{{{title2}}}
\ No newline at end of file diff --git a/views/default.handlebars b/views/default.handlebars index b49cdadd..559eedef 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -7027,7 +7027,7 @@ x += '
'; x += '
'; x += '
'; - x += '
'; + x += '
'; x += ''; if (userid == null) { setDialogMode(2, "Add Users to Device Group", 3, p20showAddMeshUserDialogEx, x);