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

Commit 97feb6a

Browse files
author
unknown
committed
Navigation: Added content type for changePage with data argument. Fixed #5296 - Add contentType to settings for $.mobile.changePage with data argument
1 parent 08e61f9 commit 97feb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/jquery.mobile.navigation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ define( [
512512
url: fileUrl,
513513
type: settings.type,
514514
data: settings.data,
515+
contentType: settings.contentType,
515516
dataType: "html",
516517
success: function( html, textStatus, xhr ) {
517518
//pre-parse html to check for a data-url,

0 commit comments

Comments
 (0)