From 0af98ba6002da726dfb511c7a7dccb1a858950aa Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 7 Jul 2015 21:49:17 +0300 Subject: One more --- client/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/button.js') diff --git a/client/button.js b/client/button.js index abb22bc..2eb6b47 100644 --- a/client/button.js +++ b/client/button.js @@ -232,7 +232,7 @@ Template.photos.events({ var d2 = Session.get('dominant2hex'); printStr += d1; - printStr += d2; + printStr += d2 + '|'; var bin2hex = function(b) { return _.map( -- cgit v1.3.1