Remove ghost of patch applications past
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 8 Sep 2009 15:19:52 +0000 (15:19 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 8 Sep 2009 15:19:52 +0000 (15:19 +0000)
js2/ajaxcategories.js

index 8b204d7..eca95ca 100644 (file)
@@ -300,16 +300,3 @@ var ajaxCategories = {
 };
 
 js2AddOnloadHook( ajaxCategories.setupAJAXCategories );
-loadGM( {
-               "ajax-add-category":"[Add Category]",
-               "ajax-add-category-submit":"[Add]",
-               "ajax-confirm-prompt":"[Confirmation Text]",
-               "ajax-confirm-title":"[Confirmation Title]",
-               "ajax-confirm-save":"[Save]",
-               "ajax-add-category-summary":"[Add category $1]",
-               "ajax-remove-category-summary":"[Remove category $2]",
-               "ajax-confirm-actionsummary":"[Summary]",
-               "ajax-error-title":"Error",
-               "ajax-error-dismiss":"OK",
-               "ajax-remove-category-error":"[RemoveErr]"
-               } );