JS Comsole bug report:
$("#showSmileysWindow").onclick is not a function
http://localhost/sites/all/modules/drupal-contrib/smileys/smileys.js
Line 12
smileys.js
Line 12
$('#showSmileysWindow').onclick(function() {
Must be...
$('#showSmileysWindow').click(function() {
Comments
Comment #1
Gurpartap Singh commentedDid you edit the file yourself? The one in CVS doesn't have onclick, it is oneclick rather.