Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 5e8348e

Browse files
Merge pull request #4 from silinternational/develop
browsers were caching old copies of styles.css
2 parents b5d8c81 + fef0205 commit 5e8348e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

themes/material/common-head-elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
$colors = $this->configuration->getValue('theme.color-scheme', 'indigo-purple');
99
?>
1010
<link rel="stylesheet" href="/module.php/material/material.<?= $colors ?>.1.2.1.min.css">
11-
<link rel="stylesheet" href="/module.php/material/styles.css">
11+
<link rel="stylesheet" href="/module.php/material/styles.1.0.1.css">
1212

1313
<script async src="/module.php/material/material.1.2.1.min.js"></script>
File renamed without changes.

0 commit comments

Comments
 (0)