mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix arg name
This commit is contained in:
parent
d96517710a
commit
b22548dd4f
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ function hideDupes() {
|
|||
$("#dupes").hide();
|
||||
}
|
||||
|
||||
var pasteHTML = function (html, internal, allowedTags) {
|
||||
html = filterHTML(html, internal, allowedTags);
|
||||
var pasteHTML = function (html, internal, extendedMode) {
|
||||
html = filterHTML(html, internal, extendedMode);
|
||||
setFormat("inserthtml", html);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue