mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
First pass at double header display
This commit is contained in:
4
docs/_static/custom.js
vendored
4
docs/_static/custom.js
vendored
@ -21,6 +21,10 @@ function openModal(modal) {
|
||||
modal.hidden = false;
|
||||
}
|
||||
|
||||
function changeDocumentation(element) {
|
||||
window.location = element.value;
|
||||
}
|
||||
|
||||
function updateSetting(element) {
|
||||
localStorage.setItem(element.name, element.checked);
|
||||
if (element.name in settings) {
|
||||
|
Reference in New Issue
Block a user