Browse Source

Update repository links for submodules and player info

tags/v1.5.0
louis f 5 years ago
parent
commit
89a93407f1
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      .gitmodules
  2. +1
    -1
      Js/Main.js

+ 2
- 2
.gitmodules View File

@@ -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 = .

+ 1
- 1
Js/Main.js View File

@@ -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;';


Loading…
Cancel
Save