Content deleted Content added
Polygnotus (talk | contribs) m Polygnotus moved page User:Polygnotus/Scripts/diffCompare.js to User:Polygnotus/Scripts/DiffCompare.js |
Polygnotus (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1:
// https://github.com/google/diff-match-patch
$.ajax('https://cdn.jsdelivr.net/gh/google/diff-match-patch@master/javascript/diff_match_patch.js', {
dataType: 'script',
Line 8 ⟶ 10:
function debug(...args) {
if (DEBUG) {
debug('[
}
}
|