airtime_bootstrap.js 80 B

123456
  1. $(document).ready(function() {
  2. $.ajaxSetup({
  3. cache: false
  4. });
  5. });