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) {