Fixed redirect to newly created comments
This commit is contained in:
parent
f9838942d8
commit
b969251923
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ Comment.prototype.getPermission = function(action) {
|
|||
Comment.prototype.href = function(action) {
|
||||
var buffer = [];
|
||||
switch (action) {
|
||||
case null:
|
||||
case undefined:
|
||||
case "":
|
||||
case ".":
|
||||
case "main":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue