Merge branch 'master' of git.darkou.fr:dbroqua/MusicTopus into develop

This commit is contained in:
Damien Broqua 2023-08-11 23:18:11 +02:00
commit 97b8bab2f4
4 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,4 @@
if (typeof email !== "undefined" && typeof username !== "undefined") { if (typeof email !== "undefined" && typeof username !== "undefined") {
Vue.createApp({ Vue.createApp({
data() { data() {

View File

@ -59,7 +59,7 @@ class Albums extends Pages {
const video = const video =
data.videos && data.videos.length > 0 data.videos && data.videos.length > 0
? data.videso[0].uri ? data.videos[0].uri
: ""; : "";
const status = `${( const status = `${(

View File

@ -16,9 +16,6 @@
<link href="/css/main.css" rel="stylesheet" /> <link href="/css/main.css" rel="stylesheet" />
<script defer src="/js/libs.js"></script>
<script defer src="/js/main.js"></script>
<% if ( config.matomoUrl ) { %> <% if ( config.matomoUrl ) { %>
<!-- Matomo --> <!-- Matomo -->
<script> <script>
@ -182,5 +179,8 @@
Fait avec ❤️ à Bordeaux. Fait avec ❤️ à Bordeaux.
</p> </p>
</footer> </footer>
<script defer src="/js/libs.js"></script>
<script defer src="/js/main.js"></script>
</body> </body>
</html> </html>

View File

@ -105,12 +105,11 @@
</div> </div>
<div class="field"> <div class="field">
<label for="mastodon.message">Message</label> <label for="mastodon.message">Message</label>
<input <textarea
type="text"
name="mastodon.message" name="mastodon.message"
id="mastodon.message" id="mastodon.message"
v-model="formData.mastodon.message" v-model="formData.mastodon.message"
/> ></textarea>
<small> <small>
Variables possibles : Variables possibles :
<ul> <ul>