I recommend adding some feature detection to this
addTarget:function(l,m){ if(b.opera){
for example like this:
addTarget:function(l,m){ if(b.opera&&!('oncontextmenu' in document.createElement('div'))){
I recommend adding some feature detection to this
addTarget:function(l,m){ if(b.opera){
for example like this:
addTarget:function(l,m){ if(b.opera&&!('oncontextmenu' in document.createElement('div'))){