summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
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();
+
+}
+