Changeset 302


Ignore:
Timestamp:
2007/02/20 12:33:56 (17 years ago)
Author:
inoue
Message:

コメント調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/js/site.js

    r301 r302  
    5555} 
    5656 
    57 // ¥Õ¥©¡¼¥«¥¹¤òÅö¤Æ¤ë. 
    5857function fnSetFocus(name) { 
    5958    if(document.form1[name]) { 
     
    271270        if(document.form1[list[i]]) { 
    272271            if(color == "") { 
    273                 // Í­¸ú¤Ë¤¹¤ë. 
     272                // Í­¸ú¤Ë¤¹¤ë¡£ 
    274273                document.form1[list[i]].disabled = false; 
    275274                document.form1[list[i]].style.backgroundColor = g_savecolor[list[i]]; 
    276275            } else { 
    277                 // ̵¸ú¤Ë¤¹¤ë. 
     276                // ̵¸ú¤Ë¤¹¤ë¡£ 
    278277                document.form1[list[i]].disabled = true; 
    279278                g_savecolor[list[i]] = document.form1[list[i]].style.backgroundColor; 
Note: See TracChangeset for help on using the changeset viewer.