Fixed Smilie editor JS

cclaerhout

Well-known member
Small bug:
Code:
console.log('Form interaction... width = %d', $form.find('#ctrl_sprite_paramswidth').val());
The node id "ctrl_sprite_paramswidth" doesn't exist. It is actually "ctrl_sprite_paramsw".
 
Top Bottom