From 0bdf59c1dd9ddaaa22c326659c1657cdc8d9e7e0 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 21 Feb 2017 10:42:06 +0100 Subject: [PATCH] Fix broken link in the 'New' button on cryptpad.fr --- www/common/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/toolbar.js b/www/common/toolbar.js index a9a2435ae..b9b795ef3 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -362,7 +362,7 @@ define([ tag: 'a', attributes: { 'target': '_blank', - 'href': '/' + p, + 'href': '/' + p + '/', }, content: Messages.type[p] });