Backport of antville.org changes:
Directly call rss_action from rss092_action and rss10_action instead of doing a redirect().
This commit is contained in:
parent
87b5cf0558
commit
578316bf52
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ function javascript_action() {
|
|||
*/
|
||||
|
||||
function rss092_action() {
|
||||
res.redirect(this.href("rss"));
|
||||
this.rss_action();
|
||||
}
|
||||
|
||||
|
||||
|
@ -46,5 +46,5 @@ function rss092_action() {
|
|||
*/
|
||||
|
||||
function rss10_action() {
|
||||
res.redirect(this.href("rss"));
|
||||
this.rss_action();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue