mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-16 03:04:53 -04:00
Remove caching, creates more problems than it solves
This commit is contained in:
parent
75dd468f50
commit
a4b9427896
2 changed files with 7 additions and 9 deletions
|
@ -225,7 +225,7 @@ exports.padJS = function(req, res)
|
|||
pathStr = path.normalize(__dirname + "/../var/minified_pad.js");
|
||||
}
|
||||
|
||||
res.sendfile(pathStr, { maxAge: server.maxAge });
|
||||
res.sendfile(pathStr);
|
||||
})
|
||||
}
|
||||
//minifying is disabled, so load the files with jquery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue