From fcfe8ba4be5d2e43c34185daac8e8c324188689b Mon Sep 17 00:00:00 2001 From: David Cormier Date: Sun, 27 Oct 2013 16:41:27 -0400 Subject: [PATCH] Create inputbar directive --- directives/input.html | 8 +++ index.html | 9 +--- js/websockets.js | 122 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+), 8 deletions(-) create mode 100644 directives/input.html diff --git a/directives/input.html b/directives/input.html new file mode 100644 index 0000000..43fd60d --- /dev/null +++ b/directives/input.html @@ -0,0 +1,8 @@ +
+
+ + + + +
+
diff --git a/index.html b/index.html index a129d75..bb2d302 100644 --- a/index.html +++ b/index.html @@ -270,14 +270,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel