From 40a7809d654b91fd6cf5cba6a4102b1067bb33f8 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Mon, 26 Sep 2011 14:19:47 +0200 Subject: Fixes delicious integration #179 --- .themes/classic/source/javascripts/octopress.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.themes/classic/source/javascripts') diff --git a/.themes/classic/source/javascripts/octopress.js b/.themes/classic/source/javascripts/octopress.js index fc679f11..35174fd8 100644 --- a/.themes/classic/source/javascripts/octopress.js +++ b/.themes/classic/source/javascripts/octopress.js @@ -104,6 +104,15 @@ function wrapFlashVideos() { }); } +function renderDeliciousLinks(items) { + var output = ""; + $('#delicious').html(output); +} + $.domReady(function() { testFeatures(); wrapFlashVideos(); -- cgit v1.2.1