more work on history...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-02-08 01:31:41 +03:00
parent 0fe8140fd3
commit 0e55868093

View File

@ -733,6 +733,15 @@ var URLHistoryUIActions = actions.Actions({
isItemDisabled: makeDisabledChecker(fs_state), isItemDisabled: makeDisabledChecker(fs_state),
to_remove: to_remove, to_remove: to_remove,
// XXX should the normal items have a "to top" button???
buttons: [
// open...
['<span class="show-on-hover">&#8599;</span>',
function(p){ dialog.browsePath(p) }],
'PIN',
'REMOVE',
],
}) })
} }