v1.5.10 Fix new splash screen

This commit is contained in:
Neerholt 2021-04-19 09:09:34 +02:00
parent b024d6e821
commit 5b06144ad1
3 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="SQLite - laravel.sqlite" uuid="095712fb-c818-450c-85ac-af2c7366a10f">
<data-source source="LOCAL" name="laravel.sqlite" uuid="f7be1ece-08dd-4ce3-8bc7-5dce0780cc96">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:C:\xampp\htdocs\skolehjem-webapp\skolehjem\database\laravel.sqlite</jdbc-url>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/skolehjem/database/laravel.sqlite</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>

View File

@ -9,6 +9,11 @@
"theme_color": "#00788a",
"orientation": "portrait-primary",
"icons": [
{
"src": "/images/icons/browserFavIcon.svg",
"type": "image/svg",
"sizes": "144X144"
},
{
"src": "/images/icons/img72x72.svg",
"type": "image/svg",

View File

@ -96,7 +96,6 @@
$("#date").html(l.date);
$("#accountable").html(l.accountable);
$("#description").html(l.description);
$("#f").html(l.resource_id);
},
error:function (data) {
console.log(data);