* Fix bug of show icon-help data-content.
This commit is contained in:
@@ -405,6 +405,8 @@ function positionBtn()
|
||||
|
||||
$(function()
|
||||
{
|
||||
if($(".side .icon-help").length > 0) $(".side .icon-help").popover();
|
||||
|
||||
positionBtn();
|
||||
$('.main.main-content').resize(positionBtn);
|
||||
|
||||
|
||||
@@ -203,8 +203,6 @@
|
||||
<script>
|
||||
$(document).ready(function()
|
||||
{
|
||||
$(".icon-help").popover();
|
||||
|
||||
/**
|
||||
* 隐藏列表标签。
|
||||
* Hide tabs except the browse list tab.
|
||||
|
||||
Reference in New Issue
Block a user