diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index c7a65c95..ab809884 100644 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -447,7 +447,7 @@ }); return promise; - }; + } //simply set the active page's minimum height to screen height, depending on orientation function getScreenHeight(){ @@ -936,7 +936,7 @@ } var type = $this.attr( "method" ), - url = path.makeUrlAbsolute( $this.attr( "action" ), getClosestBaseUrl($this) ); + url = path.makeUrlAbsolute( $this.attr( "action" ), getClosestBaseUrl($this) ), target = $this.attr( "target" ); //external submits use regular HTTP