mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Finished translation infrastructure
This commit is contained in:
parent
1ad95263cd
commit
839db813f6
15 changed files with 86 additions and 52 deletions
|
@ -110,7 +110,7 @@ async.waterfall([
|
|||
|
||||
var id = req.params.id;
|
||||
|
||||
if(id == "pad.js" || id == "timeslider.js")
|
||||
if(id == "pad.js" || id == "timeslider.js" || id == "index.js")
|
||||
{
|
||||
minify.minifyJS(req,res,id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue