From b808ecb188d4745f7b72c71311a0b03964298372 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 6 Jan 2008 09:52:15 +0100 Subject: refixed a little bug when modifying tag selection Signed-off-by: Andreas Unterkircher --- phpfspot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpfspot.js') 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; } -- cgit v1.2.3-18-g5258