diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 932116f..4c483c3 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -1,11 +1,11 @@ - + sqlite.xerial true org.sqlite.JDBC - jdbc:sqlite:C:\xampp\htdocs\skolehjem-webapp\skolehjem\database\laravel.sqlite + jdbc:sqlite:$PROJECT_DIR$/skolehjem/database/laravel.sqlite $ProjectFileDir$ diff --git a/skolehjem/public/manifest.json b/skolehjem/public/manifest.json index 1cd5a45..856153b 100644 --- a/skolehjem/public/manifest.json +++ b/skolehjem/public/manifest.json @@ -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", diff --git a/skolehjem/resources/views/admin/events/index.blade.php b/skolehjem/resources/views/admin/events/index.blade.php index 9afbe37..d9631ec 100644 --- a/skolehjem/resources/views/admin/events/index.blade.php +++ b/skolehjem/resources/views/admin/events/index.blade.php @@ -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);