summaryrefslogtreecommitdiffstats
path: root/wp-admin/widgets.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-02 17:06:33 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-01-02 17:06:33 +0000
commit6df8617b701dfbfffdf9f8e8bbbea289a33eb92e (patch)
treef68d1c6ce3c61383129a88213a5189424da01029 /wp-admin/widgets.php
parentd0eca23979c24c019defd7b0b61eb15e2e3874de (diff)
downloadwordpress-mu-6df8617b701dfbfffdf9f8e8bbbea289a33eb92e.tar.gz
wordpress-mu-6df8617b701dfbfffdf9f8e8bbbea289a33eb92e.tar.xz
wordpress-mu-6df8617b701dfbfffdf9f8e8bbbea289a33eb92e.zip
Removed "draggable" code, should fix #488
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1174 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/widgets.php')
-rw-r--r--wp-admin/widgets.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php
index a33dc84..30d687b 100644
--- a/wp-admin/widgets.php
+++ b/wp-admin/widgets.php
@@ -44,7 +44,6 @@ function wp_widgets_admin_head() {
<?php foreach ( $wp_registered_widget_controls as $name => $widget ) : ?>
jQuery('#<?php echo $widget['id']; ?>popper').click(function() {popControl('#<?php echo $widget['id']; ?>control');});
jQuery('#<?php echo $widget['id']; ?>closer').click(function() {unpopControl('#<?php echo $widget['id']; ?>control');});
- jQuery('#<?php echo $widget['id']; ?>control').Draggable({handle: '.controlhandle', zIndex: 1000});
if ( true && window.opera )
jQuery('#<?php echo $widget['id']; ?>control').css('border','1px solid #bbb');
<?php endforeach; ?>