mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
e27da863d3
commit
d39008108c
@ -110,7 +110,7 @@ define(['jquery'], function ($) {
|
||||
var reg = /CKEDITOR.tools.callFunction\(([0-9]+),'?([^'"]+)'?(,'([A-Za-z0-9 ]+)')?\);/;
|
||||
var reg2 = /CKEDITOR.tools.callFunction\(([0-9]+),'?([^'",]+)'?(,'([A-Za-z0-9 ]+)')?, this\);/;
|
||||
var match = attr.match(reg);
|
||||
var lastArg = undefined;
|
||||
var lastArg;
|
||||
if (!match) {
|
||||
match = attr.match(reg2);
|
||||
if (!match) { return; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user