summary refs log tree commit diff stats
path: root/theme/js/round_bubbles.js
blob: 8423b999eff8461aa00148997dd1bf40c96e6c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
window.onload = function() {
	      settings = {
	          tl: { radius: 10 },
	          tr: { radius: 10 },
	          bl: { radius: 10 },
	          br: { radius: 10 },
	          antiAlias: true,
	          autoPad: true
	      }
	      var myBoxObject = new curvyCorners(settings, "rounded");
	      myBoxObject.applyCornersToAll();
	  }