不显示消息提示

This commit is contained in:
wlx 2013-05-19 04:27:20 +00:00
parent 9de8d02452
commit 5c854c6e8a
1 changed files with 4 additions and 2 deletions

View File

@ -24,9 +24,11 @@
<li><a href="/admin/test">数据测试管理</a></li>
</ul>
</div>
<!--
<script>
$.getJSON("/admin/sys/getmsg", function(data) {
var msg = data.count;
if(msg>0){$.jGrowl('<a href="/admin/sys/message/" style="color:#FFF;text-decoration:underline;font-weight:bold;">有'+data.count+'条新消息</a>', { sticky: true });}
})
</script>
-->