apostrophe-tumblr
Advanced tools
Comparing version 0.5.12 to 0.5.13
{ | ||
"name": "apostrophe-tumblr", | ||
"version": "0.5.12", | ||
"version": "0.5.13", | ||
"description": "Adds a Tumblr RSS widget to the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -89,4 +89,3 @@ apos.widgetPlayers.tumblr = function($el) { | ||
//Add Body | ||
if(post.body){ | ||
console.log(post.body); | ||
if (post.body) { | ||
$post.$body.html(post.body); | ||
@@ -93,0 +92,0 @@ } else { |
12190
222