5 lines
80 B
JavaScript
Executable file
5 lines
80 B
JavaScript
Executable file
$(document).ready(function() {
|
|
$.ajaxSetup({
|
|
cache: false
|
|
});
|
|
});
|