CC-4605: Some AJAX calls are cached

-fixed
This commit is contained in:
Martin Konecny 2012-10-19 11:22:44 -04:00
parent d5c2c37a3e
commit f5051cff3a
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
$(document).ready(function() {
$.ajaxSetup({
cache: false
});
});