mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 14:36:23 -04:00
semicolons
This commit is contained in:
parent
eb7e48b059
commit
c72d3c4a0e
9 changed files with 73 additions and 73 deletions
|
@ -20,7 +20,7 @@ function add_playlist_video(target) {
|
|||
option.innerText = '✓' + option.innerText;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
xhr.send('csrf_token=' + playlist_data.csrf_token);
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ function add_playlist_item(target) {
|
|||
tile.style.display = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
xhr.send('csrf_token=' + playlist_data.csrf_token);
|
||||
}
|
||||
|
@ -68,7 +68,7 @@ function remove_playlist_item(target) {
|
|||
tile.style.display = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
xhr.send('csrf_token=' + playlist_data.csrf_token);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue