diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 6249634a..2d2b7109 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -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... //