mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
help: Fix attribute on download manual button
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
a2f897e33d
commit
fffbbe5ac7
@ -23,6 +23,6 @@
|
||||
*/
|
||||
|
||||
(function($) {
|
||||
let downloadManualButton = $('a[href="/plinth/help/manual/download/"]');
|
||||
let downloadManualButton = $('a[href="/plinth/help/manual-download/"]');
|
||||
downloadManualButton.attr("data-turbolinks", "false");
|
||||
})(jQuery);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user