Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
Fix formatting on various places
Browse files Browse the repository at this point in the history
Change-Id: Ieaa467c5ff3a6b01fa23354e885e63f97d6ce433
  • Loading branch information
andi34 committed Jan 30, 2022
1 parent 9d15331 commit 670806e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion chromakeying.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<script type="text/javascript" src="vendor/Seriously/seriously.js"></script>
<script type="text/javascript" src="vendor/Seriously/effects/seriously.chroma.js"></script>
<?php endif; ?>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/remotebuzzer_client.js"></script>
<script type="text/javascript" src="resources/js/chromakeying.js"></script>
<script type="text/javascript" src="resources/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="vendor/PhotoSwipe/dist/photoswipe.min.js"></script>
<script type="text/javascript" src="vendor/PhotoSwipe/dist/photoswipe-ui-default.min.js"></script>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/remotebuzzer_client.js"></script>
<script type="text/javascript" src="resources/js/photoinit.js"></script>
<script type="text/javascript" src="resources/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion livechroma.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="vendor/PhotoSwipe/dist/photoswipe.min.js"></script>
<script type="text/javascript" src="vendor/PhotoSwipe/dist/photoswipe-ui-default.min.js"></script>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/photoinit.js"></script>
<script type="text/javascript" src="resources/js/core.js"></script>
<?php if ($config['keying']['variant'] === 'marvinj'): ?>
Expand Down
2 changes: 1 addition & 1 deletion src/sass/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body {

.security-advice {
color: #000000;
background-color: #FFFF00;
background-color: #ffff00;
border: 3px #000000;
border-radius: 25px;
}
2 changes: 1 addition & 1 deletion update.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="api/config.php"></script>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/tools.js"></script>
<script type="text/javascript" src="resources/js/theme.js"></script>
<script type="text/javascript" src="resources/js/update.js"></script>
<script src="node_modules/whatwg-fetch/dist/fetch.umd.js"></script>
Expand Down
12 changes: 6 additions & 6 deletions welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<p>You are missing some translation or your language isn't supported yet? Don't worry! You can request new language support at <a href="https://github.com/andi34/photobooth/issues" target="_blank" rel="noopener noreferrer">GitHub</a>,
you can translate Photobooth at <a href="https://crowdin.com/project/photobooth" target="_blank" rel="noopener noreferrer">Crowdin</a>.</p>
<p></p>
<p class="security-advice"><b>Security advice</b><br><br>
Photobooth is not hardened against any kind of <i>targeted</i> attacks.<br>
It uses user defined commands for tasks like taking photos and is allowed to replace its own files for easy updating.<br>
Because of this it's not advised to operate Photobooth in an untrusted network and<br>
<b>you should absolutely not make Photobooth accessible through the internet without heavy modifications!</b></p>
<p></p>
<p class="security-advice"><b>Security advice</b><br><br>
Photobooth is not hardened against any kind of <i>targeted</i> attacks.<br>
It uses user defined commands for tasks like taking photos and is allowed to replace its own files for easy updating.<br>
Because of this it's not advised to operate Photobooth in an untrusted network and<br>
<b>you should absolutely not make Photobooth accessible through the internet without heavy modifications!</b></p>
<p></p>
<p>Thanks for the reading! Enjoy your Photobooth!</p>
<p><a href="./" class="btn btn--flex">Start Photobooth</a></p>
</div>
Expand Down

0 comments on commit 670806e

Please sign in to comment.