diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-18 19:48:47 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-18 19:48:47 +0100 |
commit | 6dfc3761155121a3f63ef41e048dedf05b170eff (patch) | |
tree | ec7f6b696d86e2940870fbb1adeb15ff25084c3c /phpfspot.class.php | |
parent | 9e0069f45399b5436200c158c8fdbda3da1ffe5a (diff) |
issue102, when calling showImage() from photo-index, move the window to the uppest position
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 467fdb2..cf0a60c 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -520,8 +520,6 @@ class PHPFSPOT { $this->tmpl->show("single_photo.tpl"); - print "<script language=\"JavaScript\">self.location.hash = '#photo';</script>\n"; - } // showPhoto() /** |