Fix error in widgets.js, props Denis-de-Bernardy, see #10021

git-svn-id: https://develop.svn.wordpress.org/trunk@11870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-08-24 19:16:53 +00:00
parent 6bee1ea91d
commit 7d5aff1305
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ wpWidgets = {
if ( !$(this).is(':visible') )
$(this).sortable('cancel');
}
})..sortable('option', 'connectWith', 'div.widgets-sortables').parent().filter('.closed').children('.widgets-sortables').sortable('disable');
}).sortable('option', 'connectWith', 'div.widgets-sortables').parent().filter('.closed').children('.widgets-sortables').sortable('disable');
$('#available-widgets').droppable({
tolerance: 'pointer',
File diff suppressed because one or more lines are too long