From fffbbe5ac715e267495d1e4fd85a343b3ad2466b Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 17 Feb 2020 01:14:09 -0800 Subject: [PATCH] help: Fix attribute on download manual button Reviewed-by: Veiko Aasa --- plinth/modules/help/static/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/help/static/help.js b/plinth/modules/help/static/help.js index 7a1a73f81..d38de99ff 100644 --- a/plinth/modules/help/static/help.js +++ b/plinth/modules/help/static/help.js @@ -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);