diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 16:18:09 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-08-10 16:18:09 +0000 |
commit | b506923bb7f4d99d9da33515f83a3a07e6ba4130 (patch) | |
tree | 186450fb92a0796e6dbb8486639ab455f9299680 /jqmobile.js | |
parent | 4cd53810dd3d701470f8f2409ad887ce29adcdb3 (diff) | |
download | acf-skins-jqmobile-master.tar.bz2 acf-skins-jqmobile-master.tar.xz |
Diffstat (limited to 'jqmobile.js')
-rw-r--r-- | jqmobile.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/jqmobile.js b/jqmobile.js index 2cbd096..85ca4fb 100644 --- a/jqmobile.js +++ b/jqmobile.js @@ -1,5 +1,5 @@ -/* - * needs cleaning +/* + * needs cleaning */ //collapse page navs after use @@ -26,7 +26,7 @@ $(document).bind( "pagebeforechange", function( e, data ) { commandresult.remove(); var showinfopage = true; } - + if(descr.length > 0) { descr.hide(); commandpage.html( descr.html() ); @@ -40,7 +40,7 @@ $(document).bind( "pagebeforechange", function( e, data ) { error.remove(); var showinfopage = true; } - + if(showinfopage) { e.preventDefault(); $.mobile.changePage( "#infopage", { @@ -80,7 +80,7 @@ $(document).bind( "pagebeforechange", function( e, data ) { 'data-inline': 'true' }); - + }); @@ -107,7 +107,7 @@ $(document).bind( 'pagecreate', function() { $( "p.acf-version" ).html( html ); $.mobile.ajaxEnabled = false; - + }); @@ -151,7 +151,7 @@ if ( location.protocol.substr(0,4) === 'file' || $( document ).bind( "pagecreate", function( event ) { $( event.target ).append( message ); }); - + }); }); } |