From cbfd684803b09dd58d6655b40369035c72569aff Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 2 Jan 2014 10:24:09 +0400 Subject: [PATCH] minor changes... Signed-off-by: Alex A. Naanou --- ui/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/data.js b/ui/data.js index ff462e3f..c7c76fc6 100755 --- a/ui/data.js +++ b/ui/data.js @@ -2263,9 +2263,9 @@ var prevImageInOrder = makePrevFromListAction( // Align ribbons to the current ribbon. // // XXX need to change the default to base ribbon for production... +// XXX need to check if this will remove 'unsorted' tags or not (tags.js)... function alignRibbons(ribbon){ console.warn('alignRibbons(): not yet ready for production use!') - // XXX remove this line for production.... ribbon = ribbon == null ? getRibbonIndex() : ribbon DATA = alignDataToRibbon(ribbon)