diff --git a/pinry/core/static/core/css/pinry.css b/pinry/core/static/core/css/pinry.css index 387e21f..2add9cf 100644 --- a/pinry/core/static/core/css/pinry.css +++ b/pinry/core/static/core/css/pinry.css @@ -143,9 +143,6 @@ body { width: 30px; height: 30px; background-color: #555; - border-radius: 4px; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; } .pin-footer .text { diff --git a/pinry/core/static/core/js/pinry.js b/pinry/core/static/core/js/pinry.js index e5e29d3..8244db6 100644 --- a/pinry/core/static/core/js/pinry.js +++ b/pinry/core/static/core/js/pinry.js @@ -70,6 +70,7 @@ $(window).load(function() { // Set which items are editable by the current user for (var i=0; i < pins.objects.length; i++) pins.objects[i].editable = (pins.objects[i].submitter.username == currentUser); + console.log(pins.objects); // Use the fetched pins as our context for our pins template var template = Handlebars.compile($('#pins-template').html()); diff --git a/pinry/pins/templates/pins/recent_pins.html b/pinry/pins/templates/pins/recent_pins.html index 07d6aa3..c12298c 100644 --- a/pinry/pins/templates/pins/recent_pins.html +++ b/pinry/pins/templates/pins/recent_pins.html @@ -31,6 +31,7 @@ {{/if}}