Changing into the Story view selects a story if non-selected.

This commit is contained in:
Samuel Clay 2011-02-09 19:24:35 -05:00
parent 2c34815bea
commit 13df9aa8eb

View file

@ -3123,6 +3123,9 @@
'queue': false
});
this.load_story_iframe();
if (!this.active_story) {
this.show_next_story(1);
}
}
},