mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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){
|
function(save){
|
||||||
this.comments == null
|
this.comments == null
|
||||||
&& console.error('Comments do not appear to be loaded yet...')
|
&& console.error('Comments do not appear to be loaded yet...')
|
||||||
|
return ((this.comments || {}).save
|
||||||
return (this.comments.save && this.comments.save[save || 'current']) || '' }],
|
&& this.comments.save[save || 'current'])
|
||||||
|
|| '' }],
|
||||||
|
|
||||||
// Comment a save...
|
// Comment a save...
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user