mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-18 09:01: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">
|
<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" />
|
||||||
|
|||||||
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...
|
// 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user