From 233a2ddc21318d921550b70d11e5a0dcd6d80617 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Tue, 23 Dec 2014 17:42:51 -0600 Subject: [PATCH] Housekeeping --- herokuapp/public/js/index.js | 2 ++ static/style.css | 1 + 2 files changed, 3 insertions(+) diff --git a/herokuapp/public/js/index.js b/herokuapp/public/js/index.js index fb9e8a4..078aabc 100644 --- a/herokuapp/public/js/index.js +++ b/herokuapp/public/js/index.js @@ -18,6 +18,8 @@ tag : tag, msg : msg }, function(data){ + $("#input-tag").val(""); + $("#input-msg").val(""); alert(data); }).fail(function(err) { alert(err.responseText); diff --git a/static/style.css b/static/style.css index 9d0738a..18db44c 100644 --- a/static/style.css +++ b/static/style.css @@ -415,6 +415,7 @@ body { padding: 2px 4px; color: #FFF; border: 1px solid #333; transition: background 250ms; + margin-right: 5px; } .action--reload { color: #888;