diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-07 21:49:17 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-07 21:49:17 +0300 |
| commit | 0af98ba6002da726dfb511c7a7dccb1a858950aa (patch) | |
| tree | 847c057c27949fdd9ab545c5439f00586d4611c4 /client/button.js | |
| parent | 8eba8ce25cf04aa970300054c6b9b39c2a705ce4 (diff) | |
One more
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( |
