mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Disabling tests that interfere with other tests
* Fix view include syntax * Change Slovenian name to correct language
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<link rel="preload" href="/css/drawer.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/admin.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/ui-darkness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<% include preloadCSS %>
|
||||
<%- include('preloadCSS')%>
|
||||
</head>
|
||||
<body>
|
||||
<%- include('partials/toolbar') %>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<link rel="preload" href="/css/drawer.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/food.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/ui-darkness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<% include preloadCSS %>
|
||||
<%- include('preloadCSS')%>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
+1
-1
@@ -100,7 +100,7 @@
|
||||
}
|
||||
|
||||
</style>
|
||||
<% include preloadCSS %>
|
||||
<%- include('preloadCSS')%>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<link rel="preload" href="/css/drawer.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/profile.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/ui-darkness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<% include preloadCSS %>
|
||||
<%- include('preloadCSS')%>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<link rel="preload" href="/css/main.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/report.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<link rel="preload" href="/css/ui-lightness/jquery-ui.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<% include preloadCSS %>
|
||||
<%- include('preloadCSS')%>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user