diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 7e931e82..08fbdca1 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -857,6 +857,24 @@ module.FileSystemSaveHistory = core.ImageGridFeatures.Feature({ actions: FileSystemSaveHistoryActions, handlers: [ + // XXX save/load comments to: + // /comments/-save.json + // XXX might be a good idea to make this a more generic comment + // framework... + // .comments. - specific comment set... + ['saveIndex', + function(){ + // XXX if .savecomments changed, save it... + }], + ['loadIndex', + function(){ + // XXX load save comments... + }], + + + // XXX legacy comment handling.... + // ...remove this as soon as the new scheme is done... + // save/resore .savecomments // ['json',