Added uniform buttons on all dialogs and a website.
[jenirok] / www / script.js
1 window.onload = function()\r
2 {\r
3         $("a.thumb").fancybox({\r
4                 'titlePosition': 'inside',\r
5                 'transitionIn': 'none',\r
6                 'transitionOut': 'none'\r
7         });\r
8 }