display photo index as matrix
[phpfspot.git] / phpfspot.js
index 4f8fd5233d1a29517d3aa4556882a776a8d96da8..ce49f350eeac7380fc43451c8fe1c3b9c239d177 100644 (file)
@@ -36,3 +36,9 @@ function refreshSelectedTags()
    content = document.getElementById("selected_tags");
    content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_selected_tags');
 }
    content = document.getElementById("selected_tags");
    content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_selected_tags');
 }
+
+function showPhotoIndex()
+{
+   content = document.getElementById("content");
+   content.innerHTML = HTML_AJAX.grab('rpc.php?action=show_photo_index');
+}