[Groonga-commit] groonga/heroku-try-groonga at b060388 [master] Don't use comma to separate responses

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sun Oct 26 12:04:15 JST 2014


Masafumi Yokoyama	2014-10-26 12:04:15 +0900 (Sun, 26 Oct 2014)

  New Revision: b06038812767177024f9ae72bdbe28c2ba8bf8a1
  https://github.com/groonga/heroku-try-groonga/commit/b06038812767177024f9ae72bdbe28c2ba8bf8a1

  Message:
    Don't use comma to separate responses
    
    Because they aren't a single JSON.

  Modified files:
    public/js/try-groonga.js

  Modified: public/js/try-groonga.js (+1 -1)
===================================================================
--- public/js/try-groonga.js    2014-10-25 17:13:43 +0900 (8a6c615)
+++ public/js/try-groonga.js    2014-10-26 12:04:15 +0900 (1409fc2)
@@ -64,7 +64,7 @@ jQuery(function($, undefined) {
           return;
         }
         responses.push(response)
-        $("#paste-response").val(responses.join("\n,\n"));
+        $("#paste-response").val(responses.join("\n\n"));
       });
     }
   });
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index