mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
resolve merge conflict
This commit is contained in:
commit
c4959b089f
18 changed files with 1 additions and 34 deletions
|
@ -261,7 +261,6 @@ function getAceFile(callback) {
|
|||
// them into the file.
|
||||
async.forEach(founds, function (item, callback) {
|
||||
var filename = item.match(/"([^"]*)"/)[1];
|
||||
var request = require('request');
|
||||
|
||||
var baseURI = 'http://localhost:' + settings.port;
|
||||
var resourceURI = baseURI + path.normalize(path.join('/static/', filename));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue