diff --git a/src/hi/icon.js b/src/hi/icon.js index b4d8c6fd..2b9b38ff 100644 --- a/src/hi/icon.js +++ b/src/hi/icon.js @@ -16,5 +16,5 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg) { }) can.page.Append(can, can._output, [{text: "\u2715", style: {"font-size": "24px"}}]) can.page.Append(can, can._output, [{view: html.IMG, style: {"background": "url(/publish/icon/full.jpg)", "background-size": "480px", height: 1290, width: 480}}]) - can.sup.onimport.size(can.sup, can.ConfHeight()+html.ACTION_HEIGHT, can.sup.ConfWidth(480)), can.sup.onaction._output(can.sup, msg) + can.sup.onimport.size(can.sup, can.ConfHeight()+html.ACTION_HEIGHT, can.sup.ConfWidth(480)), can.sup.onexport.output(can.sup, msg) }})