r13311 - Products.Archetypes/branches/plip11017-tag-selector-rmattb/Products/Archetypes/skins/archetypes/widgets/js

"Matt Barkau" <[email protected]>
Newsgroups gmane.comp.web.zope.plone.archetypes.cvs
Message-ID <[email protected]>
Author: rmattb
Date: Wed Dec  1 15:12:17 2010
New Revision: 13311

Modified:
   Products.Archetypes/branches/plip11017-tag-selector-rmattb/Products/Archetypes/skins/archetypes/widgets/js/keywordmultiselect.js
Log:
Remove unused dropdown styling events.  Refs #11017.

Modified: Products.Archetypes/branches/plip11017-tag-selector-rmattb/Products/Archetypes/skins/archetypes/widgets/js/keywordmultiselect.js
==============================================================================
--- Products.Archetypes/branches/plip11017-tag-selector-rmattb/Products/Archetypes/skins/archetypes/widgets/js/keywordmultiselect.js	(original)
+++ Products.Archetypes/branches/plip11017-tag-selector-rmattb/Products/Archetypes/skins/archetypes/widgets/js/keywordmultiselect.js	Wed Dec  1 15:12:17 2010
@@ -394,17 +394,6 @@
 				// Build the dropdown options
 				buildOptions.call(multiSelect, options);
 
-				// Events
-				multiSelect.hover( function() {
-					$(this).addClass('hover');
-				}, function() {
-					$(this).removeClass('hover');
-				}).focus( function() {
-					$(this).addClass('focus');
-				}).blur( function() {
-					$(this).removeClass('focus');
-				});
-				
 				// Uncheck an option when the X icon in the list of selected tags is clicked, 
 				// with a click event listener on elements of the uncheck class.
 				$("#selectedTags a.uncheck").live ('click', function (event) {

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.