ここの情報は古いです。ご理解頂いた上でお取り扱いください。

Changeset 7133


Ignore:
Timestamp:
May 11, 2008, 3:06:27 AM (15 years ago)
Author:
ebihara
Message:

#2361:絵文字パレットを開いた場合は、既に開いている他のキャリアの絵文字パレットを閉じるようにした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OpenPNE/branches/stable-2.12.x/public_html/js/pc_emoji_palet/pc_emoji_palet.js

    r7086 r7133  
    168168            return togglePallet(pallet);
    169169        }
     170        closeAllEmojiPallet();
    170171        Element.show(pallet);
    171172    } else {
     
    179180});
    180181
     182function closeAllEmojiPallet()
     183{
     184    if (document.getElementById("epDocomo")) {
     185        Element.hide(document.getElementById("epDocomo"));
     186    }
     187    if (document.getElementById("epAu")) {
     188        Element.hide(document.getElementById("epAu"));
     189    }
     190    if (document.getElementById("epSb")) {
     191        Element.hide(document.getElementById("epSb"));
     192    }
     193}
    181194
    182195// ポップアップ
Note: See TracChangeset for help on using the changeset viewer.