 Issue 5137457368530944:
  Issue 1668 - Fixed direction on add-on pages for right-to-left scripts  (Closed)
    
  
    Issue 5137457368530944:
  Issue 1668 - Fixed direction on add-on pages for right-to-left scripts  (Closed) 
  | Index: chrome/content/ui/firstRun.js | 
| =================================================================== | 
| --- a/chrome/content/ui/firstRun.js | 
| +++ b/chrome/content/ui/firstRun.js | 
| @@ -43,9 +43,6 @@ | 
| function onDOMLoaded() | 
| { | 
| - var locale = require("utils").Utils.appLocale; | 
| - document.documentElement.setAttribute("lang", locale); | 
| - | 
| // Set up URLs | 
| var donateLink = E("donate"); | 
| donateLink.href = Utils.getDocLink("donate"); |