set gen2 client as default on cordova for testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-10-20 16:54:16 +03:00
parent ea9e16e29e
commit d2bb337b35
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<author email="alex.nanou@gmail.com" href="https://github.com/flynx"> <author email="alex.nanou@gmail.com" href="https://github.com/flynx">
Alex A. Naanou Alex A. Naanou
</author> </author>
<content src="index.html" /> <content src="index2.html" />
<preference name="DisallowOverscroll" value="true" /> <preference name="DisallowOverscroll" value="true" />
<preference name="android-minSdkVersion" value="14" /> <preference name="android-minSdkVersion" value="14" />
<plugin name="cordova-plugin-file" source="npm" spec="~4.1.1" /> <plugin name="cordova-plugin-file" source="npm" spec="~4.1.1" />

View File

@ -1357,6 +1357,7 @@ var pWikiUIActions = actions.Actions({
// XXX might be a good idea to add actions to setup/clear a filter... // XXX might be a good idea to add actions to setup/clear a filter...
__dom_filters__: { __dom_filters__: {
// sortable elements... // sortable elements...
// TODO: make elements movable from/to nested lists...
'.sortable': function(elems){ '.sortable': function(elems){
var wiki = this.page var wiki = this.page
elems elems
@ -1366,6 +1367,7 @@ var pWikiUIActions = actions.Actions({
forcePlaceholderSize: true, forcePlaceholderSize: true,
axis: 'y', axis: 'y',
// event handlers...
update: function(evt, ui){ update: function(evt, ui){
// get item list... // get item list...
var order = ui.item var order = ui.item