fix note js

This commit is contained in:
albert
2013-02-24 20:15:26 -05:00
parent 4cbef26c05
commit 0d20f5b5a6

View File

@@ -451,7 +451,7 @@ Danbooru.Note = {
$article.data("y"),
$article.data("width"),
$article.data("height"),
$article.text()
$article.html()
);
});
}