Merge pull request #1032 from techwiz24/iss1030-ie-cache

Fix #1030: Disable AJAX Cach in Live Editor
This commit is contained in:
Bart Kamphorst
2015-07-12 19:09:04 +02:00
@@ -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 );
}