File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function css_url(){
8
8
}
9
9
10
10
function get_version (){
11
- return 90 ;
11
+ return 91 ;
12
12
}
13
13
14
14
function legislature_current (){
Original file line number Diff line number Diff line change 89
89
<link rel="preload" href="https://matomo.datan.fr/1337.js" onload="embedTracker()" type="script" crossorigin>
90
90
<?php
91
91
if (isset ($ critical_css )): ?>
92
- <link rel="stylesheet" media="screen and (max-width: 480px)" href="<?= asset_url () ?> css/critical/<?= $ critical_css ?> -mobile.css" />
93
- <link rel="stylesheet" media="screen and (min-width: 481px)" href="<?= asset_url () ?> css/critical/<?= $ critical_css ?> .css" />
92
+ <link rel="stylesheet" media="screen and (max-width: 480px)" href="<?= asset_url () ?> css/critical/<?= $ critical_css ?> -mobile.css?v= <?= get_version () ?> " />
93
+ <link rel="stylesheet" media="screen and (min-width: 481px)" href="<?= asset_url () ?> css/critical/<?= $ critical_css ?> .css?v= <?= get_version () ?> " />
94
94
<link rel="stylesheet" href="<?= css_url () ?> main.css?v=<?= get_version () ?> " media="print" onload="this.media='all'; this.onload=null;">
95
95
<noscript><link rel="stylesheet" type="text/css" href="<?= css_url () ?> main.css?v=<?= get_version () ?> "></noscript>
96
96
<?php else : ?>
You can’t perform that action at this time.
0 commit comments