summaryrefslogtreecommitdiff
path: root/client/button.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/button.js')
-rw-r--r--client/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/button.js b/client/button.js
index 476fc04..e02d08f 100644
--- a/client/button.js
+++ b/client/button.js
@@ -299,7 +299,7 @@ Template.photos.events({
},
'click button.share-print': function (event) {
var date = Session.get('date');
- var printStr = date.month < 10 ? '0' + date.month : date.month;
+ var printStr = date.month;
printStr += date.year + '|';
var d1 = Session.get('dominant1hex');