diff options
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
