Fix the drive history
This commit is contained in:
parent
008c417111
commit
f1aef66fc9
@ -2739,7 +2739,7 @@ define([
|
|||||||
history.onEnterHistory(obj);
|
history.onEnterHistory(obj);
|
||||||
},
|
},
|
||||||
$toolbar: APP.$bar,
|
$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});
|
var $hist = Cryptpad.createButton('history', true, {histConfig: histConfig});
|
||||||
$rightside.append($hist);
|
$rightside.append($hist);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user