Skip to content

Commit 0862395

Browse files
author
Dave Conway-Jones
committed
Add X-UA-Compatible tag to try to get IE-11 to behave
as per discussion https://discourse.nodered.org/t/dashboard-ui-not-working/2838
1 parent 493359d commit 0862395

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Fix chart colours to have more than 9 colours just in case - Issue #465
99
- Remove circular ref in menu that caused problems with 0.20 beta
1010
- Let ui_text node send data onBlur when in wait for key mode
11-
- Update Angular dependency to 1.7.6 - Issue #462
11+
- Update Angular dependency to 1.7.6 - Issue #462
1212

1313
### 2.13.0: Milestone Release
1414

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
2626
<meta name="apple-mobile-web-app-title" content="Node-RED">
2727
<meta name="mobile-web-app-capable" content="yes">
28+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2829
<link rel="manifest" href="manifest.json">
2930
<link rel="icon" sizes="192x192" href="icon192x192.png">
3031
<link rel="shortcut icon" type="image/png" href="icon64x64.png">

0 commit comments

Comments
 (0)