Fix the drive history

pull/1/head
yflory 2017-06-19 12:35:45 +02:00
parent 008c417111
commit f1aef66fc9
1 changed files with 1 additions and 1 deletions

View File

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