mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
html-patcher.js : add missing semicolon
This commit is contained in:
parent
62ea172ff4
commit
d1dd497457
@ -95,7 +95,7 @@ define([
|
||||
if (PARANOIA && getInnerHTML(dom) !== docText) { throw new Error(); }
|
||||
}
|
||||
|
||||
if (PARANOIA && docText.indexOf(content, idx) !== idx) { throw new Error() }
|
||||
if (PARANOIA && docText.indexOf(content, idx) !== idx) { throw new Error(); }
|
||||
return idx;
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user