Fix Nginx file permissions and bypass browser cache
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
$.ajax({
|
||||
url: '/images/fulls/',
|
||||
dataType: 'json',
|
||||
cache: false,
|
||||
success: function(files) {
|
||||
var images = files.filter(function(f) {
|
||||
if (f.type !== 'file') return false;
|
||||
|
||||
Reference in New Issue
Block a user