mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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($) {
|
(function($) {
|
||||||
let downloadManualButton = $('a[href="/plinth/help/manual/download/"]');
|
let downloadManualButton = $('a[href="/plinth/help/manual-download/"]');
|
||||||
downloadManualButton.attr("data-turbolinks", "false");
|
downloadManualButton.attr("data-turbolinks", "false");
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user