Skip to content

Commit

Permalink
ready for hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
aviiciii committed Mar 18, 2023
1 parent a407912 commit afc085d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion short/transfer/static/transfer/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ document.addEventListener("DOMContentLoaded", function () {
// show link updated
// Get the text field

let url = "link.laavesh.ml/we";
let url = "we.laavesh.ml";
message.innerHTML = "Updated!";
console.log("Updated!");

Expand Down
2 changes: 1 addition & 1 deletion short/transfer/templates/transfer/transfer.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- shortened url box -->
<div class="msg row">
<div class="column left">
<p id="message">link.laavesh.ml/we </p>
<p id="message">we.laavesh.ml </p>
</div>
<div class="column right">
<button name="copy" id="copy"><img src="{% static 'transfer/copy.png' %}" width="30px" alt="copy" /></button>
Expand Down

0 comments on commit afc085d

Please sign in to comment.