Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #680 from mstriemer/pull-fxa-css-from-cdn-1074235
Browse files Browse the repository at this point in the history
Prepend media url to FxA CSS (bug 1074235)
  • Loading branch information
mstriemer committed Sep 29, 2014
2 parents f58d503 + 9b39925 commit 173b965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/js/views/fxa_popup.js
Expand Up @@ -3,7 +3,7 @@ define('views/fxa_popup',
function (defer, $, l10n, login, requests, settings, urls, user, z) {

return function (builder, args, params) {
var cssPath = settings.fxa_css_path;
var cssPath = urls.media(settings.fxa_css_path);

z.body.css({display: 'none'});
// TODO: Keep showing the splash until the new CSS is loaded.
Expand Down

0 comments on commit 173b965

Please sign in to comment.