From d642f891ce6f17ac0d402922d6c417f99e832d21 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 9 Jun 2007 07:29:15 +0000 Subject: some style fixes git-svn-id: file:///var/lib/svn/phpfspot/trunk@73 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpfspot.js') 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(); + +} + -- cgit v1.2.3-18-g5258