Index: trunk/extensions/Translate/js/quickedit.js |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | dialog.load(url, false, function() { |
68 | 68 | var form = jQuery("#" + id + " form"); |
69 | 69 | |
70 | | - //form.hide().show( "clip" ); |
| 70 | + form.hide().slideDown(); |
71 | 71 | |
72 | 72 | // Enable the collapsible element |
73 | 73 | $( '.mw-identical-title' ).makeCollapsible(); |