|
@@ -82,7 +82,7 @@
|
|
// SVG scaling fix for IE10-11
|
|
// SVG scaling fix for IE10-11
|
|
(function () {
|
|
(function () {
|
|
if (window.matchMedia('(-ms-high-contrast: none), (-ms-high-contrast: active)').matches) {
|
|
if (window.matchMedia('(-ms-high-contrast: none), (-ms-high-contrast: active)').matches) {
|
|
- // Get all the SVGs on the page except the symbol defs
|
|
|
|
|
|
+ // Get all the SVGs on the page except the symbol defs
|
|
var svgs = document.querySelectorAll('a svg, button svg, h1 svg')
|
|
var svgs = document.querySelectorAll('a svg, button svg, h1 svg')
|
|
// ... iterate over SVGs
|
|
// ... iterate over SVGs
|
|
Array.prototype.forEach.call(svgs, function(svg) {
|
|
Array.prototype.forEach.call(svgs, function(svg) {
|