Show
Ignore:
Timestamp:
01/02/08 17:06:33 (8 months ago)
Author:
donncha
Message:

Removed "draggable" code, should fix #488

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/widgets.php

    r1069 r1174  
    4545                jQuery('#<?php echo $widget['id']; ?>popper').click(function() {popControl('#<?php echo $widget['id']; ?>control');}); 
    4646                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}); 
    4847                if ( true && window.opera ) 
    4948                        jQuery('#<?php echo $widget['id']; ?>control').css('border','1px solid #bbb');