mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
10738a754b
commit
6d2da52b4e
@ -846,15 +846,11 @@ var URLHistoryUIActions = actions.Actions({
|
||||
dialog.close()
|
||||
that.openURLFromHistory(path)
|
||||
})
|
||||
.on('close', function(){
|
||||
save()
|
||||
})
|
||||
.on('close', save)
|
||||
.on('pin_button', function(evt, p, e){
|
||||
dialog.select(that.config['url-history-focus-on-pin'] ? p : '!')
|
||||
})
|
||||
dialog.select(that.config['url-history-focus-on-pin'] ? p : '!') })
|
||||
.on('to_top_button', function(evt, p, e){
|
||||
to_sort.splice(0, 0, p)
|
||||
})
|
||||
to_sort.splice(0, 0, p) })
|
||||
|
||||
// handle 'O' button to browse path...
|
||||
dialog.browsePath = function(p){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user