mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c407ddd658
commit
aca16767ce
@ -168,8 +168,9 @@ var URLHistoryActions = actions.Actions({
|
|||||||
to_remove
|
to_remove
|
||||||
.slice(l)
|
.slice(l)
|
||||||
.forEach(function(e){
|
.forEach(function(e){
|
||||||
|
// XXX not sure if this is needed here...
|
||||||
logger
|
logger
|
||||||
&& logger.emit(`Removing URL from history: "${e}"`)
|
&& logger.emit(`Auto-removing URL from history: "${e}"`)
|
||||||
that.dropURLFromHistory(e) })
|
that.dropURLFromHistory(e) })
|
||||||
}],
|
}],
|
||||||
// NOTE: url can be an index, 0 being the last url added to history;
|
// NOTE: url can be an index, 0 being the last url added to history;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user