Skip to content

Commit

Permalink
fixed: Early Data
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Feb 1, 2024
1 parent 6d402fc commit fcb10a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function generateJson() {
let uuid = $('#uuid').val();
let sni = cleanUrl($('#sni').val());
let port = $('#port').val();
let path = setPath($('#path').val());
let path = $('#path').val();
let tls = $('#tls').is(':checked');
let mux = $('#mux').is(':checked');
let insecure = $('#insecure').is(':checked');
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h4 class="modal-title">دونیت</h4>
</div>-->
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/script.js?v1.7.2"></script>
<script src="./assets/js/script.js?v1.7.3"></script>
</footer>
</div>
</div>
Expand Down

0 comments on commit fcb10a0

Please sign in to comment.