summaryrefslogtreecommitdiffstats
path: root/jqmobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'jqmobile.js')
-rw-r--r--jqmobile.js14
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 );
});
-
+
});
});
}