mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Fix close button not working in ncenter_login skin for login_info widget
This commit is contained in:
parent
31fd79c71e
commit
e8ea70fdca
4 changed files with 12 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
$(function () {
|
||||
var n = $('#nc_container');
|
||||
$('.close', n).click(function () {
|
||||
setCookie('_ncenterlite_hide_id', '{$ncenterlite_latest_notify_id}', 1);
|
||||
setCookie('_ncenterlite_hide_id', $(this).parents('#nc_container').data('latestId'), 1);
|
||||
n.hide().next('div').hide();
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<load target="./css/ncenter.css" />
|
||||
<load target="./js/ncenter.js" type="body" />
|
||||
|
||||
<div id="nc_container" class="nc_login"|cond="$ncenterlite_page_navigation->total_count == 0" {$ncenterlite_zindex}>
|
||||
<div id="nc_container" data-latest-id="{$ncenterlite_latest_notify_id}" class="nc_login"|cond="$ncenterlite_page_navigation->total_count == 0" {$ncenterlite_zindex}>
|
||||
<ul class="nc_memu" cond="$ncenterlite_page_navigation->total_count > 0">
|
||||
<li class="nc_profile fLeft">
|
||||
<block cond="$useProfileImage">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue