Merge pull request #1032 from techwiz24/iss1030-ie-cache
Fix #1030: Disable AJAX Cach in Live Editor
This commit is contained in:
@@ -394,6 +394,7 @@ var applyTimeout = function () {
|
||||
jQuery.ajax( {
|
||||
type: 'GET',
|
||||
url: baseUrl + '/data/' + path + key_no_leading_slash( 'page' ),
|
||||
cache: false,
|
||||
success: function( data ) {
|
||||
editorSession.setValue( data );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user