From f1aef66fc903256687885715f26faa1b99867ae2 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 19 Jun 2017 12:35:45 +0200 Subject: [PATCH] Fix the drive history --- www/drive/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/drive/main.js b/www/drive/main.js index 5270a4b01..5e3e6b589 100644 --- a/www/drive/main.js +++ b/www/drive/main.js @@ -2739,7 +2739,7 @@ define([ history.onEnterHistory(obj); }, $toolbar: APP.$bar, - href: window.location.origin + window.location.pathname + APP.hash + href: window.location.origin + window.location.pathname + '#' + APP.hash }; var $hist = Cryptpad.createButton('history', true, {histConfig: histConfig}); $rightside.append($hist);