From 14a326cf403a476181c0d587147201bb868da3be Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 7 Nov 2016 07:32:31 +0300 Subject: [PATCH] some fixes and refactoring... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 255c8a73..019430b6 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1238,9 +1238,9 @@ var WidgetTestActions = actions.Actions({ focusable: true, }) - var data = this.data.crop(a.data.getTaggedByAll(tag), true) + var data = this.data.crop(this.data.getTaggedByAll(tag), true) - var b = actions.Actions() + var b = new core.ImageGrid() // used switch experimental actions on (set to true) or off (unset or false)... //a.experimental = true @@ -1268,7 +1268,6 @@ var WidgetTestActions = actions.Actions({ // synced... // do not do for actual data... //.syncTags() - .setEmptyMsg('No images bookmarked...') .fitImage(1) // link navigation...