Description is HTML not text
Thanks to Realia on the forum for reporting this bugpull/8/head
parent
b064846d3f
commit
bccbb427ca
2
popup.js
2
popup.js
|
@ -23,7 +23,7 @@
|
||||||
* @param {function} done
|
* @param {function} done
|
||||||
*/
|
*/
|
||||||
self.show = function (desc, $img, done) {
|
self.show = function (desc, $img, done) {
|
||||||
$desc.text(desc);
|
$desc.html(desc);
|
||||||
$img.appendTo($image.html(''));
|
$img.appendTo($image.html(''));
|
||||||
$popup.show();
|
$popup.show();
|
||||||
closed = done;
|
closed = done;
|
||||||
|
|
Loading…
Reference in New Issue