diff --git a/client/application.js b/client/application.js index 8b40bc8..74b2367 100644 --- a/client/application.js +++ b/client/application.js @@ -90,6 +90,9 @@ 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 8be3f00..f118916 100644 --- a/client/index.html +++ b/client/index.html @@ -53,21 +53,44 @@ -