mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-07 09:23:42 +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:
|
||||||
|
|
||||||
Basic Installation
|
Basic Installation
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
.. raw:: html
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
activateTab(getOS());
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
.. _Building on Linux:
|
.. _Building on Linux:
|
||||||
.. _Building on macOS:
|
.. _Building on macOS:
|
||||||
.. _Building on Windows:
|
.. _Building on Windows:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user