tape:js ie cache

This commit is contained in:
Martin Müller 2014-05-25 09:43:38 +02:00
parent fca490e87d
commit ded7ee62a6
1 changed files with 0 additions and 5 deletions

View File

@ -233,11 +233,6 @@ var global_load = null;
if (conf['history'])
history = conf['history'];
//e.preventDefault();
/*
if uncomment the above line, html5 nonsupported browers won't change the url but will display the ajax content;
if commented, html5 nonsupported browers will reload the page to the specified link.
*/
$.ajax({url: pageurl, cache: false, data: data, type: typemethode, success: function(data) {
setContent(data, back, tab, backignore);
}, error: function(data) {