CC-4605: Some AJAX calls are cached
-fixed
This commit is contained in:
parent
d5c2c37a3e
commit
f5051cff3a
2 changed files with 6 additions and 2 deletions
5
airtime_mvc/public/js/airtime/airtime_bootstrap.js
Normal file
5
airtime_mvc/public/js/airtime/airtime_bootstrap.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
$(document).ready(function() {
|
||||
$.ajaxSetup({
|
||||
cache: false
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue