Closed Bug 1181325 Opened 9 years ago Closed 9 years ago

Heartbeat (self-repair) has bogus JS for es-ES (and possibly other locales)

Categories

(Firefox :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jaws, Assigned: glind)

Details

Loading view-source:https://self-repair.mozilla.org/es-ES/repair/index.js
shows:

> <!DOCTYPE html>
> <html lang="en">
> <head>
> <meta charset="utf-8">
> </head>
> <body>
> <p>
> <a href="https://wiki.mozilla.org/Advocacy/heartbeat"><img src="https://wiki.mozilla.org/images/b/b7/Heartbeatheader.png" />
> <br />
> read more about Heartbeat</p>
> 
> </body>
> </html>

whereas it shows a minified JS file for https://self-repair.mozilla.org/en-US/repair/index.js

The HTML file located at https://self-repair.mozilla.org/es-ES/repair/ is the same for en-US.
Assignee: nobody → glind
https://github.com/mozilla/self-repair-server/pull/123  fixes this by:

- inlining js where needed.
- giving different file to 'incomplete' locales.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.