diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index 132868b6..17499c42 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -1715,6 +1715,10 @@ var KeyboardUIActions = actions.Actions({ this.keyboard.handler('General', 'Q', 'abort') }) })], + // XXX + //editActionKeyboardBinding: ['- Interface/', + // function(){}], + /*/ XXX move to gen2 // XXX need to pre-process the docs... diff --git a/ui (gen4)/imagegrid/images.js b/ui (gen4)/imagegrid/images.js index 898300ca..6286bafc 100755 --- a/ui (gen4)/imagegrid/images.js +++ b/ui (gen4)/imagegrid/images.js @@ -521,8 +521,7 @@ module.ImagesPrototype = { (v < p[1] ? p : [s, v]) : (p[1] >= size && (v > p[1] || v < size)) ? p - : [s, v] - } + : [s, v] } // get the original if it exists and smaller than size... if(path && (size == null || p[1] < size)){