mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
refactor: Remove commented code
Refs: OPS-12
This commit is contained in:
parent
01484ba4ed
commit
dc9438d2fb
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ document.getElementById("submit-btn").addEventListener("click", function() {
|
|||
.then(response => response.text())
|
||||
.then(data => {
|
||||
console.log(data);
|
||||
//responseText.innerHTML = data[0] + "<br>" + data[1] + "<br>" + data[2];
|
||||
let id = parseInt(data, 10);
|
||||
window.location.href = "/haiku/"+id;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue