Added uniform buttons on all dialogs and a website.
[jenirok] / www / script.js
diff --git a/www/script.js b/www/script.js
new file mode 100644 (file)
index 0000000..9be6ec2
--- /dev/null
@@ -0,0 +1,8 @@
+window.onload = function()\r
+{\r
+       $("a.thumb").fancybox({\r
+               'titlePosition': 'inside',\r
+               'transitionIn': 'none',\r
+               'transitionOut': 'none'\r
+       });\r
+}
\ No newline at end of file