Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js |
— | — | @@ -194,7 +194,7 @@ |
195 | 195 | * Called when type or subtype changes, updates controls. |
196 | 196 | */ |
197 | 197 | updateAllDetails: function() { |
198 | | - $( '#wikiLoveDialog' ).find( '.mw-wikilove-error' ).remove(); |
| 198 | + $( '#mw-wikilove-dialog' ).find( '.mw-wikilove-error' ).remove(); |
199 | 199 | |
200 | 200 | // only show the description if it exists for this type or subtype |
201 | 201 | if( typeof $.wikiLove.currentTypeOrSubtype.descr == 'string' ) { |
— | — | @@ -264,7 +264,7 @@ |
265 | 265 | submitPreview: function( e ) { |
266 | 266 | e.preventDefault(); |
267 | 267 | $( '#mw-wikilove-preview' ).hide(); |
268 | | - $( '#wikiLoveDialog' ).find( '.wlError' ).remove(); |
| 268 | + $( '#mw-wikilove-dialog' ).find( '.wlError' ).remove(); |
269 | 269 | |
270 | 270 | if( typeof $.wikiLove.currentTypeOrSubtype.gallery == 'object' ) { |
271 | 271 | if ( $( '#mw-wikilove-image' ).val().length <= 0 ) { |