Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Fix for reports url to make it more l10n friendly on the site
Browse files Browse the repository at this point in the history
  • Loading branch information
brianking committed Oct 1, 2012
1 parent c32a3a2 commit b8228ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/AddonsManagerMod.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ACRController = {};

ACRController.addonReports = {};
ACRController.COMPATIBILITY_REPORT_URL_BASE = "https://addons.mozilla.org/en-US/firefox/compatibility/reporter/";
ACRController.COMPATIBILITY_REPORT_URL_BASE = "https://addons.mozilla.org/compatibility/reporter/";

self.port.on("acr_init", function(data) {
ACRController.exclamationImageURL = data.exclamationImageURL;
Expand Down

0 comments on commit b8228ec

Please sign in to comment.