Skip to content

Instantly share code, notes, and snippets.

@klodeckl
klodeckl / gist:3144647
Created July 19, 2012 15:24 — forked from lthurston/gist:2791063
jQuery Mobile 1.1 Modifications to Respect Static Base Href
jquery.mobile-1.1.0.js
@@ -7,6 +7,7 @@
* http://jquery.org/license
*
*/
+
(function ( root, doc, factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
@@ -3097,8 +3098,9 @@ $.mobile.transitionFallbacks = {};