remove redundant "Viewing App:" from title to make shorter
for bookmarks and browser history
This commit is contained in:
committed by
Chris Morgan
parent
fb0c66b586
commit
bc07ac0e12
@@ -719,7 +719,7 @@ class Application {
|
||||
switch($sAction)
|
||||
{
|
||||
case "view":
|
||||
return "Viewing App: ".$this->sName;
|
||||
return $this->sName;
|
||||
|
||||
default:
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user