tape:js ie cache
This commit is contained in:
parent
fca490e87d
commit
ded7ee62a6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue