Explorar el Código

add tags svgs to script

Heydon Pickering hace 8 años
padre
commit
d43628190f
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      docs/js/dom-scripts.js
  2. 0 0
      docs/service-worker.js
  3. 1 1
      themes/infusion/static/js/dom-scripts.js

+ 1 - 1
docs/js/dom-scripts.js

@@ -84,7 +84,7 @@
 (function () {
   if (window.matchMedia('(-ms-high-contrast: none), (-ms-high-contrast: active)').matches) {
     // 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, .tags svg')
     // ... iterate over SVGs
     Array.prototype.forEach.call(svgs, function(svg) {
       // Set preserveAspectRatio to 'XMidYMin slice'

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
docs/service-worker.js


+ 1 - 1
themes/infusion/static/js/dom-scripts.js

@@ -84,7 +84,7 @@
 (function () {
   if (window.matchMedia('(-ms-high-contrast: none), (-ms-high-contrast: active)').matches) {
     // 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, .tags svg')
     // ... iterate over SVGs
     Array.prototype.forEach.call(svgs, function(svg) {
       // Set preserveAspectRatio to 'XMidYMin slice'

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio