Skip to content

Commit

Permalink
forgot to comment out caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried authored Sep 30, 2016
1 parent 481518a commit 2b820a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ohdsi.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ define(['jquery','knockout','lz-string', 'lodash', 'crossfilter/crossfilter'], f

var DEBUG = true;
var ALLOW_CACHING = [
'.*',
//'.*',
//'/WebAPI/[^/]+/person/',
];

Expand Down

0 comments on commit 2b820a9

Please sign in to comment.