Skip to content

Commit

Permalink
Turn off cache to let it works in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s authored and beppu committed Aug 31, 2010
1 parent 324eafb commit f11b934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.ev.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
this.xhr = $.ajax({
type : 'GET',
dataType : 'json',
cache : false,
url : url,
timeout : self.timeout,
success : function(messages, status) {
Expand Down

0 comments on commit f11b934

Please sign in to comment.