summaryrefslogtreecommitdiff
path: root/share/frontend/imgrid/js/intro.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/frontend/imgrid/js/intro.js')
-rw-r--r--share/frontend/imgrid/js/intro.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/frontend/imgrid/js/intro.js b/share/frontend/imgrid/js/intro.js
new file mode 100644
index 0000000..7165325
--- /dev/null
+++ b/share/frontend/imgrid/js/intro.js
@@ -0,0 +1,5 @@
+$(document).ready(function(){
+ $('#intro').fadeOut(1000,function(){
+ $('#intro').remove()
+ })
+});