some style fixes
[phpfspot.git] / phpfspot.js
index c34f31ae781649a3276988fb45e622c5c2b5458f..c691b55949c62ddc83e37b421972a05a47acc339 100644 (file)
@@ -63,3 +63,10 @@ function refreshPhotoIndex()
    }
 }
 
+function click(object)
+{
+   if(object.blur)
+      object.blur();
+
+}
+