fixed an old bug in history dialog...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-03 18:06:46 +03:00
parent db57d389fd
commit b21e15fb23

View File

@ -636,7 +636,6 @@ var URLHistoryUIActions = actions.Actions({
selected: cur,
})
.open(function(evt, path){
save()
dialog.close()
that.openURLFromHistory(path)
})