mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Fix tab activation per OS
This commit is contained in:
parent
e9f8295950
commit
6eb6b52a68
|
@ -1,3 +1,11 @@
|
|||
.. raw:: html
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
activateTab(getOS());
|
||||
});
|
||||
</script>
|
||||
|
||||
.. _basic-installation:
|
||||
|
||||
Basic Installation
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
.. raw:: html
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
activateTab(getOS());
|
||||
});
|
||||
</script>
|
||||
|
||||
.. _Building on Linux:
|
||||
.. _Building on macOS:
|
||||
.. _Building on Windows:
|
||||
|
|
Loading…
Reference in New Issue
Block a user