Commit ba78e2885f7d722b19b6344a7fe84716c87db14b

Authored by Benjamin Renard
1 parent 05f6a564

Minor fixes

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
desktop.php
... ... @@ -41,7 +41,7 @@ if ($sessionID === FALSE) {
41 41 <!-- Important ! the order of css loading : ext-all.css - should be the first -->
42 42 <link rel="stylesheet" type="text/css" href="js/lib/ext/resources/css/ext-all.css" />
43 43 <link rel="stylesheet" type="text/css" href="js/resources/css/desktop.css" />
44   - <link rel="stylesheet" type="text/css" href="js/resources/css/amda.css" />
  44 + <link rel="stylesheet" type="text/css" href="js/resources/css/amda.css?v=2" />
45 45  
46 46 <link rel="stylesheet" href="js/lib/codemirror/codemirror-5.65.12/lib/codemirror.css">
47 47 <link rel="stylesheet" href="js/lib/codemirror/codemirror-5.65.12/addon/lint/lint.css">
... ... @@ -239,4 +239,4 @@ if ($sessionID === FALSE) {
239 239  
240 240 <body />
241 241  
242   -</html>
243 242 \ No newline at end of file
  243 +</html>
... ...