diff --git a/clientapp/models/message.js b/clientapp/models/message.js index 57261ea..36ac582 100644 --- a/clientapp/models/message.js +++ b/clientapp/models/message.js @@ -57,7 +57,7 @@ module.exports = HumanModel.define({ deps: ['created'], fn: function () { if (this.created) { - var month = this.created.getMonth(); + var month = this.created.getMonth() + 1; var day = this.created.getDate(); var hour = this.created.getHours(); var minutes = this.created.getMinutes(); diff --git a/public/x-manifest.cache b/public/x-manifest.cache index ab8790a..0bea588 100644 --- a/public/x-manifest.cache +++ b/public/x-manifest.cache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 0.0.1 1387253893324 +# 0.0.1 1387260413951 CACHE: /app.js