diff options
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r-- | js/test/Ice/acm/Client.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js index e673c0b9e1a..9d4d6764bab 100644 --- a/js/test/Ice/acm/Client.js +++ b/js/test/Ice/acm/Client.js @@ -442,7 +442,8 @@ if(typeof(navigator) !== "undefined" && (navigator.userAgent.indexOf("MSIE") != -1 || navigator.userAgent.indexOf("Trident/7.0") != -1 || - navigator.userAgent.indexOf("Edge/12") != -1)) + navigator.userAgent.indexOf("Edge/12") != -1 || + navigator.userAgent.indexOf("Edge/13") != -1)) { tests.push(new HeartbeatOnIdleTest(com, out)); tests.push(new HeartbeatAlwaysTest(com, out)); |