mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 00:21:40 +00:00
set gen2 client as default on cordova for testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ea9e16e29e
commit
d2bb337b35
@ -7,7 +7,7 @@
|
||||
<author email="alex.nanou@gmail.com" href="https://github.com/flynx">
|
||||
Alex A. Naanou
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
<content src="index2.html" />
|
||||
<preference name="DisallowOverscroll" value="true" />
|
||||
<preference name="android-minSdkVersion" value="14" />
|
||||
<plugin name="cordova-plugin-file" source="npm" spec="~4.1.1" />
|
||||
|
||||
2
pwiki.js
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user