From 613e2ac100572d0ebe224c544d48d416766b75b5 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 5 Sep 2013 10:16:21 -0300 Subject: [PATCH] adding other people picks --- lyricsnode/routes/round.js | 3 ++- lyricsnode/views/index.html | 32 +++++++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/lyricsnode/routes/round.js b/lyricsnode/routes/round.js index 97b2133..0f7750f 100644 --- a/lyricsnode/routes/round.js +++ b/lyricsnode/routes/round.js @@ -146,7 +146,8 @@ exports.others = function (req, res) { } else { console.log('Insert succeded'); // things went alright - result.status = 'OK' + result.status = 'OK'; + result.message = 'Added'; } console.log(JSON.stringify(result)); diff --git a/lyricsnode/views/index.html b/lyricsnode/views/index.html index e3425f9..0167686 100644 --- a/lyricsnode/views/index.html +++ b/lyricsnode/views/index.html @@ -2,23 +2,28 @@ {% macro other %}
+ +
+ Awaiting input... +
+
- +
- +
- +
@@ -106,6 +111,8 @@ {% block scripts %} {% endblock scripts %}