fix lint errors

This commit is contained in:
yflory
2017-06-14 10:04:54 +02:00
parent d8ebe566d8
commit 494b44e2b1

View File

@@ -531,16 +531,16 @@ define([
};
var cursor = editor.coordsChar(obj);
*/
var cursor = editor.getCursor();
//var cursor = editor.getCursor();
var cleanName = data.name.replace(/[\[\]]/g, '');
var text = '['+cleanName+']('+data.url+')';
if (data.mediatag) {
var text = '!['+cleanName+']('+data.url+')';
text = '!'+text;
}
editor.replaceSelection(text);
}
};
var FM = Cryptpad.createFileManager(fmConfig);
Cryptpad.createFileManager(fmConfig);
};
config.onRemote = function () {