Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit d6ad203

Browse files
author
Charles Marion
committed
ENH: improved js/css update client cache management
1 parent d35bc4b commit d6ad203

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/js/layout/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ if (typeof console != "object") {
66
'log':function(){}
77
};
88
}
9-
console.log('test');
109
$(function() {
1110
json = jQuery.parseJSON($('div.jsonContent').html());
1211
if(!json.global.logged)

public/smartoptimizer/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@
8282
$settings['clientCache'] = true;
8383

8484
//Setting this to false will force the browser to use cached files without checking for changes.
85-
$settings['clientCacheCheck'] = false;
85+
$settings['clientCacheCheck'] = true;
8686
?>

0 commit comments

Comments
 (0)