summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/HubView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/HubView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js
index dd88839c..1657d295 100755
--- a/StoneIsland/www/js/lib/blogs/HubView.js
+++ b/StoneIsland/www/js/lib/blogs/HubView.js
@@ -51,7 +51,7 @@ var HubView = ScrollableView.extend({
append: function(row){
// id date subtitle body link store image[uri caption]
// console.log(row)
- console.log(moment(row.date))
+ // console.log(moment(row.date))
var t = this.template.replace(/{{id}}/g, row.id)
.replace(/{{date}}/, moment(row.date).format("MM.DD.YYYY"))
.replace(/{{title}}/, row.title)
@@ -170,4 +170,4 @@ var HubLoader = (function(){
setTimeout(HubLoader.load, 20)
}
return HubLoader
-})() \ No newline at end of file
+})()