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

Commit

Permalink
Merge pull request #5721 from aristotelos/master
Browse files Browse the repository at this point in the history
Navigation: Add "contentType" to settings for $.mobile.changePage with "data" argument(cherry picked from commit 8d36366)
  • Loading branch information
Gabriel "_|Nix|_" Schulhof committed Mar 18, 2013
1 parent b3e05c0 commit 420a179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/jquery.mobile.navigation.js
Original file line number Diff line number Diff line change
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 420a179

Please sign in to comment.