Skip to content

Commit 0090c47

Browse files
author
Andreas Eisenkolb
committed
inserted new dummy image, if a thumbnail is not provided
1 parent d68af40 commit 0090c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sidedbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
if(this.title.length > titleLength) {
273273
title = jQuery.trim(title).substring(0, titleLength).split(" ").slice(0, -1).join(" ") + "...";
274274
}
275-
var previewImage = "http://bradfrost.github.com/this-is-responsive/patterns/images/fpo_square.png";
275+
var previewImage = "http://dummyimage.com/60x60/999/fff.png&text=+";
276276

277277
if(this.previewImage) {
278278
previewImage = this.previewImage;

0 commit comments

Comments
 (0)