Cleanup / Copyright

This commit is contained in:
Andreas Palm 2023-12-11 11:21:39 +01:00
parent a0d4cd1ff3
commit 0583406650
4 changed files with 8 additions and 10 deletions

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 Andreas Palm
SPDX-License-Identifier: LicenseRef-EGPL-3.1
-->
<script setup> <script setup>
import AutoComplete from "@res/vue/AutoComplete.vue"; import AutoComplete from "@res/vue/AutoComplete.vue";
import Button from "primevue/button"; import Button from "primevue/button";

View File

@ -24,7 +24,6 @@ export default {
mode: 'development', mode: 'development',
resolve: { resolve: {
alias: { alias: {
'@theme': path.resolve(__dirname, 'www/themes/new/js'),
'@res': path.resolve(__dirname, 'resources') '@res': path.resolve(__dirname, 'resources')
} }
} }

View File

@ -1,7 +0,0 @@
{
"classes/Modules/MatrixProduct/www/js/entry.js": {
"file": "assets/modules/MatrixProduct-4ed993c7.js",
"isEntry": true,
"src": "classes/Modules/MatrixProduct/www/js/entry.js"
}
}

View File

@ -1418,7 +1418,7 @@ ul.menu.merged[data-items='25'] > li { width: 4%; }
} }
/* Clear Floated Elements /* Clear Floated Elements
- - - - - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - - - - */
.clear { .clear {
@ -1725,7 +1725,7 @@ fieldset.usersave div.filter-item > label {
} }
/* Calendar /* Calendar
- - - - - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - - - - */