Temporarily suppress RSS generation

It's going to be broken for a few days
print-window-tiddler
Jeremy Ruston 2012-01-03 11:08:16 +00:00
rodzic 304d54f8ca
commit 06f9887d59
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -314,8 +314,8 @@ Recipe.tiddlerOutputter = {
}; };
// Cook an RSS file of the most recent 20 tiddlers // 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, var me = this,
numRssItems = 20, numRssItems = 20,
s = [], s = [],