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)
|
switch($sAction)
|
||||||
{
|
{
|
||||||
case "view":
|
case "view":
|
||||||
return "Viewing App: ".$this->sName;
|
return $this->sName;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -746,7 +746,7 @@ class version {
|
|||||||
switch($sAction)
|
switch($sAction)
|
||||||
{
|
{
|
||||||
case "view":
|
case "view":
|
||||||
return "Viewing App: ".version::fullName($this->iVersionId);
|
return version::fullName($this->iVersionId);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user