File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ function browserNodeInfoLogic(data)
4343 {
4444 browserNow = "internet-explorer" ;
4545 }
46+ if ( browserList [ i ] === "internet_explorer" )
47+ {
48+ browserList [ i ] = "internet explorer" ;
49+ }
4650 var currentBrowserCount = getCurrentBrowserCount ( data , browserList [ i ] ) ;
4751 var totalBrowserCount = getCurrentBrowserCountTotal ( data , browserNow ) ;
4852 var browserSrc = "../core/img/chrome-hr.png" ;
Original file line number Diff line number Diff line change 33 < li >
44 < h2 > Changelog</ h2 >
55 </ li >
6+ < li >
7+ 1.7
8+ < ul >
9+ < li >
10+ Features
11+ < ul >
12+ < li >
13+ Added date next to title on cached test results (if not renamed)
14+ </ li >
15+ < li >
16+ Moved video to iframe on running tests
17+ </ li >
18+ </ ul >
19+ </ li >
20+ < li >
21+ Bug Fixes
22+ < ul >
23+ < li >
24+ Fixed js issue with sidebar and IE
25+ </ li >
26+ < li >
27+ Fixed some style issues and popup for viewing nodes
28+ </ li >
29+ < li >
30+ Fixed image display issue with IE on sidebar
31+ </ li >
32+ </ ul >
33+ </ li >
34+ </ ul >
35+ </ li >
636 < li >
737 1.6.1
838 < ul >
You can’t perform that action at this time.
0 commit comments