Temporarily suppress RSS generation

It's going to be broken for a few days
This commit is contained in:
Jeremy Ruston 2012-01-03 11:08:16 +00:00
parent 304d54f8ca
commit 06f9887d59
1 changed files with 2 additions and 2 deletions

View File

@ -314,8 +314,8 @@ Recipe.tiddlerOutputter = {
};
// Cook an RSS file of the most recent 20 tiddlers
Recipe.prototype.cookRss = function()
{
Recipe.prototype.cookRss = function() {
return ""; // Temporarily suppress RSS feed generation
var me = this,
numRssItems = 20,
s = [],