Changeset 1174
- Timestamp:
- 01/02/08 17:06:33 (11 months ago)
- Files:
-
- trunk/wp-admin/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/widgets.php
r1069 r1174 45 45 jQuery('#<?php echo $widget['id']; ?>popper').click(function() {popControl('#<?php echo $widget['id']; ?>control');}); 46 46 jQuery('#<?php echo $widget['id']; ?>closer').click(function() {unpopControl('#<?php echo $widget['id']; ?>control');}); 47 jQuery('#<?php echo $widget['id']; ?>control').Draggable({handle: '.controlhandle', zIndex: 1000});48 47 if ( true && window.opera ) 49 48 jQuery('#<?php echo $widget['id']; ?>control').css('border','1px solid #bbb');
