summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:29:15 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 07:29:15 +0000
commitd642f891ce6f17ac0d402922d6c417f99e832d21 (patch)
tree3c50b2a74edcfcf23e3c1c0ecf67f2efec40ab3b /phpfspot.js
parent7ca20d2b9cd665125a20a3d480694db0fde0afdc (diff)
some style fixes
git-svn-id: file:///var/lib/svn/phpfspot/trunk@73 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpfspot.js b/phpfspot.js
index c34f31a..c691b55 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -63,3 +63,10 @@ function refreshPhotoIndex()
}
}
+function click(object)
+{
+ if(object.blur)
+ object.blur();
+
+}
+