PDA

View Full Version : Error messages


OnkelBazi
03-20-2013, 13:41
Hi guys,

on the banlist of a friend of me got some Error Mesages:

var Tips2 = new Tips($$('.tip'), { initialize:function(){ this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0); }, onShow: function(toolTip) { this.fx.start(1); }, onHide: function(toolTip) { this.fx.start(0); } }); var Tips4 = new Tips($$('.perm'), { className: 'perm' }); }); $('nav').setHTML(''); $('content_title').setHTML('Dashboard');

What is this?

Regards
OnkelBazi

Rytis
03-23-2013, 22:02
I don't see any error :P

OnkelBazi
03-23-2013, 22:12
its solved.....was not on my SB

Last edited by OnkelBazi; 22nd Mar 2013 at 15:12. Reason: solved