docs: use DOM ready event, not document loaded event

This commit is contained in:
Marian Beermann 2017-06-20 15:48:30 +02:00
parent 23ee9432d9
commit a9059a64bd
25 changed files with 25 additions and 25 deletions

View File

@ -27,7 +27,7 @@ borg benchmark crud
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -25,7 +25,7 @@ borg break-lock
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -25,7 +25,7 @@ borg change-passphrase
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -49,7 +49,7 @@ borg check
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -83,7 +83,7 @@ borg create
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -47,7 +47,7 @@ borg delete
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -53,7 +53,7 @@ borg diff
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -45,7 +45,7 @@ borg export-tar
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -49,7 +49,7 @@ borg extract
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -41,7 +41,7 @@ borg info
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -33,7 +33,7 @@ borg init
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -25,7 +25,7 @@ borg key change-passphrase
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -33,7 +33,7 @@ borg key export
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -31,7 +31,7 @@ borg key import
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -25,7 +25,7 @@ borg key migrate-to-repokey
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -65,7 +65,7 @@ borg list
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -45,7 +45,7 @@ borg mount
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -59,7 +59,7 @@ borg prune
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -69,7 +69,7 @@ borg recreate
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -27,7 +27,7 @@ borg rename
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -31,7 +31,7 @@ borg serve
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -25,7 +25,7 @@ borg umount
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -38,7 +38,7 @@ borg upgrade
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -29,7 +29,7 @@ borg with-lock
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>

View File

@ -387,7 +387,7 @@ class build_usage(Command):
.. raw:: html
<script type='text/javascript'>
$(window).load(function () {
$(document).ready(function () {
$('.borg-options-table colgroup').remove();
})
</script>