Skip to content

Commit

Permalink
Change: sync autoupdate_client.js with meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkneon committed Sep 12, 2017
1 parent e568f8a commit 6332f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autoupdate/autoupdate_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Autoupdate._retrySubscription = function () {
newLink.setAttribute("rel", "stylesheet");
newLink.setAttribute("type", "text/css");
newLink.setAttribute("class", "__meteor-css__");
newLink.setAttribute("href", Meteor._relativeToSiteRootUrl(css.url));
newLink.setAttribute("href", css.url);
attachStylesheetLink(newLink);
});
} else {
Expand Down

0 comments on commit 6332f0a

Please sign in to comment.