jzed icon indicating copy to clipboard operation
jzed copied to clipboard

$replace_with argument mismatch

Open ryanmcgrath opened this issue 11 years ago • 0 comments

Just glanced through the source - unless I'm missing something here, string should really be newhtml.

function $replace_with(node, newhtml) {
    node.outerHTML = string;
}

ryanmcgrath avatar Feb 09 '14 11:02 ryanmcgrath