4am code moments
This commit is contained in:
parent
f8c70f2833
commit
0fcda21c33
1 changed files with 1 additions and 1 deletions
|
@ -3190,7 +3190,7 @@ const app = new Vue({
|
||||||
app.lyrics[applied+1].translation = raw_lines[i].childNodes[0].childNodes[0].textContent.replace(/\s+/g,' ');
|
app.lyrics[applied+1].translation = raw_lines[i].childNodes[0].childNodes[0].textContent.replace(/\s+/g,' ');
|
||||||
applied +=2;
|
applied +=2;
|
||||||
}
|
}
|
||||||
else if (app.lyrics[applied].translation == raw_lines[i].childNodes[0].childNodes[0].textContent.replace(/\s+/g,' ')) {
|
else if (app.lyrics[applied].translation === raw_lines[i].childNodes[0].childNodes[0].textContent.replace(/\s+/g,' ')) {
|
||||||
// Do nothing
|
// Do nothing
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue