Fixed redirect to newly created comments

This commit is contained in:
Tobi Schäfer 2008-05-12 12:43:58 +00:00
parent f9838942d8
commit b969251923

View file

@ -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":