From d2bb337b35d2c816e1a0d8891d5e2db3c521a4e4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 20 Oct 2016 16:54:16 +0300 Subject: [PATCH] set gen2 client as default on cordova for testing... Signed-off-by: Alex A. Naanou --- config.xml | 2 +- pwiki.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.xml b/config.xml index 393cd47..e8a40ed 100755 --- a/config.xml +++ b/config.xml @@ -7,7 +7,7 @@ Alex A. Naanou - + diff --git a/pwiki.js b/pwiki.js index 64ae67a..349537b 100755 --- a/pwiki.js +++ b/pwiki.js @@ -1357,6 +1357,7 @@ var pWikiUIActions = actions.Actions({ // XXX might be a good idea to add actions to setup/clear a filter... __dom_filters__: { // sortable elements... + // TODO: make elements movable from/to nested lists... '.sortable': function(elems){ var wiki = this.page elems @@ -1366,6 +1367,7 @@ var pWikiUIActions = actions.Actions({ forcePlaceholderSize: true, axis: 'y', + // event handlers... update: function(evt, ui){ // get item list... var order = ui.item