summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-06 09:52:15 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-06 09:52:15 +0100
commitb808ecb188d4745f7b72c71311a0b03964298372 (patch)
treeefadd3bce8bd4d44a7e5e925cd8b61956e8527ae /phpfspot.js
parent1a39ed73420a13f0728360a186a5c140a7d852ee (diff)
refixed a little bug when modifying tag selection
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 1b1f05d..4bd321f 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -58,7 +58,7 @@ function showPhotoIndex(begin_with)
// if photo index is currently shown, refresh it
function refreshPhotoIndex()
{
- if(document.getElementById("matrix") != undefined || startup == 1) {
+ if(document.getElementById("index") != undefined || startup == 1) {
showPhotoIndex();
startup = 0;
}