mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 15:07:03 +01:00
Update embed.html.j2
This commit is contained in:
parent
61432705af
commit
72a22d3da8
@ -388,10 +388,10 @@
|
||||
<!--Update mobile metadata to guild name-->
|
||||
<script>
|
||||
function AppTitleUpdate() {
|
||||
var UpdatedAppTitle = document.getElementById("guild_name").innerHTML;
|
||||
document.getElementById("AppTitleApple").content = UpdatedAppTitle;
|
||||
document.getElementById("AppTitleAndroid").content = UpdatedAppTitle;
|
||||
}
|
||||
var UpdatedAppTitle = document.getElementById("guild_name").innerHTML;
|
||||
document.getElementById("AppTitleApple").content = UpdatedAppTitle;
|
||||
document.getElementById("AppTitleAndroid").content = UpdatedAppTitle;
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Electron fix -->
|
||||
|
Loading…
Reference in New Issue
Block a user