{BUGFIX} On publish toot

This commit is contained in:
Damien Broqua 2023-08-11 23:13:42 +02:00
parent 6862afda5c
commit 2f988798df
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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