Skip to content

Commit

Permalink
Trust the server to set the right caching headers; see cuspaceflight#76
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrichman committed Sep 16, 2014
1 parent 7b2603b commit 172f207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/js/cusf_tawhiri_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ function Request(reqParams, launchtime, callback) {
this.submit = function() {
$.ajax({
data: _this.reqParams,
cache: false,
url: _this.api_url,
type: 'GET',
dataType: 'json',
Expand Down

0 comments on commit 172f207

Please sign in to comment.