Changeset 886
- Timestamp:
- 07/24/08 07:06:36 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/EmoticonButton/mt-static/plugins/EmoticonButton/js/emoticon.js
r644 r886 50 50 51 51 eventClick: function( event ) { 52 var name= event.target.id;53 name = name.replace(/emoticon\-icon\-(\w+)/, '$1');54 if (!name )52 var id = event.target.id; 53 var name = id.replace(/emoticon\-icon\-(\w+)/, '$1'); 54 if (!name || ( name == id )) 55 55 return; 56 56 var ancestor = DOM.getFirstAncestorByClassName( event.target, "emoticon-icon", true ); trunk/EmoticonButton/plugins/EmoticonButton/config.yaml
r640 r886 1 1 name: EmoticonButton 2 2 id: emoticonbutton 3 version: 1. 03 version: 1.1 4 4 author: Fumiaki Yoshimatsu, Six Apart K.K. 5 5 author_url: http://www.luckypines.com/mt/
