[b]Hi, when i click on smiley icon, a javascript error state that [/b]
Line : 2
Char : 6175
Error : Array Length must assign a finite positive number
[b]
I found the error conflict with the script which needs to put in the same page[/b]
var Class = {
create: function() {
return function() {
this.initialize.apply(this, arguments);
}
}
}
Line : 2
Char : 6175
Error : Array Length must assign a finite positive number
[b]
I found the error conflict with the script which needs to put in the same page[/b]
var Class = {
create: function() {
return function() {
this.initialize.apply(this, arguments);
}
}
}