only online-stories are rendered
This commit is contained in:
parent
e2ca0a61c5
commit
377f167953
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue