fix lint errors
This commit is contained in:
@@ -531,16 +531,16 @@ define([
|
|||||||
};
|
};
|
||||||
var cursor = editor.coordsChar(obj);
|
var cursor = editor.coordsChar(obj);
|
||||||
*/
|
*/
|
||||||
var cursor = editor.getCursor();
|
//var cursor = editor.getCursor();
|
||||||
var cleanName = data.name.replace(/[\[\]]/g, '');
|
var cleanName = data.name.replace(/[\[\]]/g, '');
|
||||||
var text = '['+cleanName+']('+data.url+')';
|
var text = '['+cleanName+']('+data.url+')';
|
||||||
if (data.mediatag) {
|
if (data.mediatag) {
|
||||||
var text = '';
|
text = '!'+text;
|
||||||
}
|
}
|
||||||
editor.replaceSelection(text);
|
editor.replaceSelection(text);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
var FM = Cryptpad.createFileManager(fmConfig);
|
Cryptpad.createFileManager(fmConfig);
|
||||||
};
|
};
|
||||||
|
|
||||||
config.onRemote = function () {
|
config.onRemote = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user