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

Gurpartap Singh’s picture

Status: Active » Closed (fixed)

Did you edit the file yourself? The one in CVS doesn't have onclick, it is oneclick rather.