From ded7ee62a6e47ad7fd4b6ab87c9517964b21e19b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Sun, 25 May 2014 09:43:38 +0200 Subject: [PATCH] tape:js ie cache --- app/webroot/js/dreamjob.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/webroot/js/dreamjob.js b/app/webroot/js/dreamjob.js index 3d24764..42ad411 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -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) {