Skip to content

Commit

Permalink
Improve details
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhnZhn committed Jun 4, 2024
1 parent b3fd8fc commit 1180800
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 2 additions & 0 deletions app/lib_01cd9652b790319f5b08.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(c) 2013-2017 Mozilla, Apache License 2.0
*/

/*! @license DOMPurify 3.1.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.4/LICENSE */
/*! @license DOMPurify 3.1.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.5/LICENSE */

/**
* @license React
Expand Down
2 changes: 0 additions & 2 deletions app/lib_662bb887a4e4d7a9691a.js

This file was deleted.

2 changes: 1 addition & 1 deletion data/build.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"build": "28-05-2024"
"build": "04-06-2024"
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</style>

<link as="image/svg+xml" href="css/sprite.svg">
<link rel="stylesheet" href="css/app-40be8d6c11.min.css">
<link rel="stylesheet" href="css/app-7e35c49ad3.min.css">

</head>
<body>
Expand Down Expand Up @@ -116,8 +116,8 @@ <h1 class="noscript__caption">Web app ERC (Economic RESTful Client)</h1>
</noscript>

<script src="app/runtime_c9910a0b1c36da4cbd89.js" defer></script>
<script src="app/lib_662bb887a4e4d7a9691a.js" defer></script>
<script src="app/erc_1f0f5c0cd610ef55a349.js" defer></script>
<script src="app/lib_01cd9652b790319f5b08.js" defer></script>
<script src="app/erc_b067eb10ef294ddef181.js" defer></script>

</body>
</html>
2 changes: 1 addition & 1 deletion js/components/AppErc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/AppErc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import DialogContainer from './dialogs/DialogContainer';

import checkBuild from './checkBuild';

const BUILD_DATE = '28-05-2024'
const BUILD_DATE = '04-06-2024'
, CL_COMP_CONTAINER = "component-container";

const showSettings = bindTo(
Expand Down
2 changes: 1 addition & 1 deletion template/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</style>

<link as="image/svg+xml" href="css/sprite.svg">
<link rel="stylesheet" href="css/app-40be8d6c11.min.css">
<link rel="stylesheet" href="css/app-7e35c49ad3.min.css">

</head>
<body>
Expand Down

0 comments on commit 1180800

Please sign in to comment.