Skip to content

Commit

Permalink
fix BZ41474. Allows loading css files more than one time in old IE
Browse files Browse the repository at this point in the history
  • Loading branch information
psavushchyk committed May 6, 2015
1 parent 3b1d868 commit e6a3ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ define(function() {
var ieCurCallback;

var createIeLoad = function(url) {
curSheet.addImport(url);
curSheet.addImport(url + "?" + Math.random());
curStyle.onload = function(){ processIeLoad() };

ieCnt++;
Expand Down

1 comment on commit e6a3ab5

@nesterone
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gestko ;-)

Please sign in to comment.