Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / misc / tableresponsive.es6.js
index 69d72679f9554ddc721d0604522cda5bf810b7b4..8d1ae0115e77f647a8a02592cce076e42eedee34 100644 (file)
           // should be returned to the same state it was in before the columns
           // were revealed, so it is necessary to remove the display none value
           // from the style attribute.
-          const match = /^display\s*\:\s*none$/;
+          const match = /^display\s*:\s*none$/;
           for (let i = 0; i < properties.length; i++) {
             const prop = properties[i];
             prop.trim();