Skip to content

Commit

Permalink
smallFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 6, 2024
1 parent 377f9af commit 6fa641d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function generateJson() {
alert('فرم را تکمیل نمایید.');
return false;
}
fetch('fragment.json?v1.8')
fetch('fragment.json?v1.14')
.then(response => response.json())
.then(data => {
data.remarks = remarks;
Expand Down
2 changes: 1 addition & 1 deletion fragment.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"remarks": "IRCF Fragment",
"log": {
"access": "",
"error": "",
Expand Down Expand Up @@ -44,7 +45,6 @@
}
}
],
"remarks": "IRCF Fragment",
"outbounds": [
{
"tag": "proxy",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 class="modal-title dirLeft">QRCode</h4>
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/lang.js?v1.13.8"></script>
<script src="./assets/js/script.js?v1.14"></script>
<script src="./assets/js/script.js?v1.14.1"></script>
</footer>
</div>
</div>
Expand Down

0 comments on commit 6fa641d

Please sign in to comment.