Fix silly error
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 8 Sep 2009 15:41:28 +0000 (15:41 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 8 Sep 2009 15:41:28 +0000 (15:41 +0000)
js2/ajaxcategories.js

index eca95ca..85031be 100644 (file)
@@ -76,7 +76,7 @@ var ajaxCategories = {
        
        confirmEdit : function( page, fn, actionSummary, doneFn ) {
                // Load jQuery UI
-               mvJsLoader.doLoad( ['$j.ui', '$j.ui.dialog', '$j.suggestions'], function() {
+               mvJsLoader.doLoad( ['$j.ui', '$j.ui.dialog', '$j.fn.suggestions'], function() {
                                // Produce a confirmation dialog
                                
                                var dialog = $j('<div/>');