help: Fix attribute on download manual button

Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-02-17 01:14:09 -08:00 committed by Veiko Aasa
parent a2f897e33d
commit fffbbe5ac7
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -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);