fix lint errors
parent
d8ebe566d8
commit
494b44e2b1
|
@ -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 = '';
|
||||
text = '!'+text;
|
||||
}
|
||||
editor.replaceSelection(text);
|
||||
}
|
||||
};
|
||||
var FM = Cryptpad.createFileManager(fmConfig);
|
||||
Cryptpad.createFileManager(fmConfig);
|
||||
};
|
||||
|
||||
config.onRemote = function () {
|
||||
|
|
Loading…
Reference in New Issue