Add missing notes fields: negative_id, handling_recommendations, ...
This commit is contained in:
@ -7,8 +7,6 @@
|
||||
declare(strict_types = 1);
|
||||
require_once __DIR__ . "/../functions/functions.php";
|
||||
|
||||
const GET_PARAM_JS_CSS = "v000009";
|
||||
|
||||
/**
|
||||
* Generates the json for a translation file.
|
||||
*
|
||||
@ -89,7 +87,7 @@ function generateAppShell():string {
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?' . GET_PARAM_JS_CSS . '" />
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?' . uniqid() . '" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#aa4400" />
|
||||
|
||||
@ -112,7 +110,7 @@ function generateAppShell():string {
|
||||
</head>
|
||||
<body class="loading">
|
||||
|
||||
<script src="assets/js/csvxmlV2.min.js?' . GET_PARAM_JS_CSS . '" type="text/javascript" async></script>
|
||||
<script src="assets/js/csvxmlV2.min.js?' . uniqid() . '" type="text/javascript" async></script>
|
||||
|
||||
</body>
|
||||
</html>';
|
||||
|
Reference in New Issue
Block a user