Version 0.3.3 - Add of links
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-11-05 12:12:18 +01:00
parent fb053d9897
commit adfb626dd7
11 changed files with 525 additions and 7 deletions

View File

@ -55,7 +55,7 @@ REQ_user.then((ANS_user) => {
</div>`)
}
if(permValue == "LINKS") {
AvailableViews.push(` <div class="view">
AvailableViews.push(` <div onclick="createView('links')" class="view">
<span class="view-image"><i class="fa-solid fa-link"></i></span>
<p class="view-text">Générateur de lien</p>
</div>`)