Update repository links for submodules and player info

This commit is contained in:
louis f 2020-02-18 18:17:51 -05:00
förälder 2ca5a9e704
incheckning 89a93407f1
2 ändrade filer med 3 tillägg och 3 borttagningar

4
.gitmodules vendored
Visa fil

@ -1,8 +1,8 @@
[submodule "Js/Translations"]
path = Js/Translations
url = https://git.poweris.moe/xdutranslations.git
url = https://git.poweris.moe/yttt-xdu/xdutranslations.git
branch = .
[submodule "CustomData"]
path = CustomData
url = https://git.poweris.moe/customdata.git
url = https://git.poweris.moe/yttt-xdu/customdata.git
branch = .

Visa fil

@ -543,7 +543,7 @@ function openHelpModal(event) {
<div style="margin-top: auto; text-align: center;">All Symphogear content belongs to its respective owners</div>
<div id="modal-buttons">
<button onclick="closeModal(event)">Close</button>
<a href="https://git.poweris.moe/xduplayer.git/" target="_blank">Source</a>
<a href="https://git.poweris.moe/yttt-xdu/XDUPlayer" target="_blank">Source</a>
</div>
</div>`;
document.getElementById("click-catcher").style.cssText = 'display: flex;';