mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c25e160510
commit
2ea570ec7a
@ -1293,8 +1293,9 @@ var FileSystemSaveHistoryActions = actions.Actions({
|
||||
function(save){
|
||||
this.comments == null
|
||||
&& console.error('Comments do not appear to be loaded yet...')
|
||||
|
||||
return (this.comments.save && this.comments.save[save || 'current']) || '' }],
|
||||
return ((this.comments || {}).save
|
||||
&& this.comments.save[save || 'current'])
|
||||
|| '' }],
|
||||
|
||||
// Comment a save...
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user