CC-4605: Some AJAX calls are cached
This commit is contained in:
parent
d838d8ae30
commit
ffca5b42a8
8 changed files with 28 additions and 5 deletions
|
@ -21,6 +21,7 @@ $(document).ready(function(){
|
|||
click: function() {
|
||||
var url = '/Usersettings/remindme';
|
||||
$.ajax({
|
||||
cache: false,
|
||||
url: url,
|
||||
data: {format:"json"}
|
||||
});
|
||||
|
@ -34,6 +35,7 @@ $(document).ready(function(){
|
|||
click: function() {
|
||||
var url ='/Usersettings/remindme-never';
|
||||
$.ajax({
|
||||
cache: false,
|
||||
url: url,
|
||||
data: {format:"json"}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue