refixed a little bug when modifying tag selection
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 6 Jan 2008 08:52:15 +0000 (09:52 +0100)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 6 Jan 2008 08:52:15 +0000 (09:52 +0100)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
phpfspot.js
themes/default/templates/photo_index.tpl

index 1b1f05d5ca4e1ec8f6f39ad54f56453991dd8198..4bd321f4ebc782037ec434fc2bf6e4ad1c662182 100644 (file)
@@ -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;
    }
index 05d0ecd0f0b3264c3efbc4fb3d225abbd618b33d..3e0f9e7bdcba4d59905d51c52955248390508401 100644 (file)
@@ -41,7 +41,7 @@
  </div>
 </div>
 
-<div>
+<div id="index">
  {section name="row" loop=$rows step=1}
   {section name="col" loop=$columns step=1}
    {if $images[row][col] }