mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 23:17: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-->
|
<!--Update mobile metadata to guild name-->
|
||||||
<script>
|
<script>
|
||||||
function AppTitleUpdate() {
|
function AppTitleUpdate() {
|
||||||
var UpdatedAppTitle = document.getElementById("guild_name").innerHTML;
|
var UpdatedAppTitle = document.getElementById("guild_name").innerHTML;
|
||||||
document.getElementById("AppTitleApple").content = UpdatedAppTitle;
|
document.getElementById("AppTitleApple").content = UpdatedAppTitle;
|
||||||
document.getElementById("AppTitleAndroid").content = UpdatedAppTitle;
|
document.getElementById("AppTitleAndroid").content = UpdatedAppTitle;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Electron fix -->
|
<!-- Electron fix -->
|
||||||
|
Loading…
Reference in New Issue
Block a user