initial import
authorAndreas Unterkircher <unki@netshadow.at>
Mon, 4 Jun 2007 19:14:39 +0000 (19:14 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Mon, 4 Jun 2007 19:14:39 +0000 (19:14 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@9 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.js [new file with mode: 0644]

diff --git a/phpfspot.js b/phpfspot.js
new file mode 100644 (file)
index 0000000..ed19372
--- /dev/null
@@ -0,0 +1,5 @@
+function showImage(id)
+{
+   content = document.getElementById("content");
+   content.innerHTML = HTML_AJAX.grab('rpc.php?action=showphoto&id=' + id);
+}