only online-stories are rendered

This commit is contained in:
Robert Gaggl 2001-11-18 13:17:59 +00:00
parent e2ca0a61c5
commit 377f167953

View file

@ -6,7 +6,7 @@
function storylist_macro() {
for (var i=0;i<this.size();i++) {
if (this.get(i).isOnline() || this.get(i).isViewAllowed())
if (this.get(i).isOnline())
this.get(i).renderSkin("preview");
}
}