Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdzli authored Nov 1, 2020
1 parent 5810ec2 commit 9cc8d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/experiments.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ var MahourDate = class extends ExtensionCommon.ExtensionAPI {
numbersStyle = "latn";
} else {
numbersStyle = "arabext";
for (let win of Services.wm.getEnumerator("mail:3pane")) {
}
for (let win of Services.wm.getEnumerator("mail:3pane")) {
win.MahourDate.MahourDateHeaderView.destroy();
win.MahourDate.MahourDateHeaderView.init(win);
}
}
},
},
Expand Down

0 comments on commit 9cc8d9e

Please sign in to comment.