Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Navigation: Added content type for changePage with data argument. Fixed
Browse files Browse the repository at this point in the history
#5296 - Add contentType to settings for $.mobile.changePage with data argument
  • Loading branch information
unknown committed Mar 1, 2013
1 parent 08e61f9 commit 97feb6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/jquery.mobile.navigation.js
Expand Up @@ -512,6 +512,7 @@ define( [
url: fileUrl,
type: settings.type,
data: settings.data,
contentType: settings.contentType,
dataType: "html",
success: function( html, textStatus, xhr ) {
//pre-parse html to check for a data-url,
Expand Down

0 comments on commit 97feb6a

Please sign in to comment.