From 5b908819bbc441b0d125d23fa633bb18658b919a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 18 Sep 2014 15:12:14 +0900 Subject: [PATCH] Removing unnecessary form tags, improving options dialog --- client/application.js | 3 -- client/index.html | 104 ++++++++++++++++++++---------------------- 2 files changed, 50 insertions(+), 57 deletions(-) diff --git a/client/application.js b/client/application.js index 74b2367..8b40bc8 100644 --- a/client/application.js +++ b/client/application.js @@ -90,9 +90,6 @@ ready: function() { $('#keywords').selectpicker(); - $('.btn').click(function(e) { - e.preventDefault(); - }); $.getJSON('/node/keywords', function(keywords) { for (var i = 0, count = keywords.length; i < count; ++i) { diff --git a/client/index.html b/client/index.html index f118916..d80e6e7 100644 --- a/client/index.html +++ b/client/index.html @@ -17,60 +17,58 @@ -
-
-
- -
- -
+
+
+ +
+
-
- -
- -
+
+
+ +
+
-
- -
- -
+
+
+ +
+
-
- -
- -
+
+
+ +
+
-
-
- -
+
+
+
+
- +