From 6276fd8df4a0faa37b92496a6f47a35ba8312de6 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 6 Aug 2015 16:54:40 -0400 Subject: store settings state --- views/partials/chat.ejs | 8 ++++++++ views/partials/scripts.ejs | 2 ++ views/partials/settings.ejs | 6 ++++++ 3 files changed, 16 insertions(+) create mode 100644 views/partials/chat.ejs create mode 100644 views/partials/settings.ejs (limited to 'views/partials') diff --git a/views/partials/chat.ejs b/views/partials/chat.ejs new file mode 100644 index 0000000..f80796a --- /dev/null +++ b/views/partials/chat.ejs @@ -0,0 +1,8 @@ +
+
+
+ +
+
+ +
\ No newline at end of file diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs index d3a8c82..4e96975 100644 --- a/views/partials/scripts.ejs +++ b/views/partials/scripts.ejs @@ -8,6 +8,7 @@ + @@ -18,6 +19,7 @@ + diff --git a/views/partials/settings.ejs b/views/partials/settings.ejs new file mode 100644 index 0000000..91cb348 --- /dev/null +++ b/views/partials/settings.ejs @@ -0,0 +1,6 @@ +
+ +
+ +
+
\ No newline at end of file -- cgit v1.2.3-70-g09d2