From 9a80b94e18e410ee0cbda4e272169e818eed586e Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Mon, 28 Nov 2022 16:02:22 -0600 Subject: [PATCH] Change embed file directory --- .gitignore | 2 ++ resources/views/partials/checkins-list.blade.php | 4 ++-- resources/views/tracker.blade.php | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4aac437..adaa8c9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ /public/build /public/hot /public/storage +/public/videos +/public/audio /storage/*.key /vendor .env diff --git a/resources/views/partials/checkins-list.blade.php b/resources/views/partials/checkins-list.blade.php index d39db26..cca7fa2 100644 --- a/resources/views/partials/checkins-list.blade.php +++ b/resources/views/partials/checkins-list.blade.php @@ -9,12 +9,12 @@ @if(preg_match("/\[\[([^\]]+)\]\]/", $checkin->note, $filepath)) @if(preg_match("/\.webm/", $filepath[1])) @elseif(preg_match("/\.ogg/", $filepath[1])) @endif diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index a4b511e..9f42120 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -94,7 +94,7 @@ @if(preg_match("/\[\[([^\]]+)\]\]/", $checkin->note, $filepath)) @if(preg_match("/\.webm/", $filepath[1])) @php - $popupContent = '