【发布时间】:2013-06-10 14:52:48
【问题描述】:
当我尝试使用附件功能时,Phpfox 出现错误
TypeError: $Core.shareInlineBox is not a function
我能够从 Firefox Web 控制台检索此错误,但我似乎没有任何解决方案。
这是附件链接的代码
<a href="#" onclick="return $Core.shareInlineBox(this, 'js_form_mail', true, 'attachment.add', 500, '&category_id=mail');" class="js_hover_title"><img src="http://127.0.0.1/phpfox/upload/theme/frontend/default/style/default/image/misc/application_add.png" alt="" class="v_middle"><span class="js_hover_info">Attach a File</span></a>
请帮帮我。
提前致谢
【问题讨论】: