diff options
Diffstat (limited to 'theme/js/round_bubbles.js')
| -rwxr-xr-x | theme/js/round_bubbles.js | 13 |
1 files changed, 0 insertions, 13 deletions
| diff --git a/theme/js/round_bubbles.js b/theme/js/round_bubbles.js deleted file mode 100755 index 8423b99..0000000 --- a/theme/js/round_bubbles.js +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | window.onload = function() { | ||
| 2 | settings = { | ||
| 3 | tl: { radius: 10 }, | ||
| 4 | tr: { radius: 10 }, | ||
| 5 | bl: { radius: 10 }, | ||
| 6 | br: { radius: 10 }, | ||
| 7 | antiAlias: true, | ||
| 8 | autoPad: true | ||
| 9 | } | ||
| 10 | var myBoxObject = new curvyCorners(settings, "rounded"); | ||
| 11 | myBoxObject.applyCornersToAll(); | ||
| 12 | } | ||
| 13 | |||
