mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
docs: layout tweaks
This commit is contained in:
2
docs/static/js/custom.js
vendored
2
docs/static/js/custom.js
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
// Add hover links on headings
|
||||
$(function() {
|
||||
return $("h2, h3, h4, h5, h6").each(function(i, el) {
|
||||
return $("h2, h3, h4, h5, h6").each(function(i, el) {
|
||||
var $el, icon, id;
|
||||
$el = $(el);
|
||||
id = $el.attr('id');
|
||||
|
Reference in New Issue
Block a user