Changeset 4608 for temp/trunk/html/js


Ignore:
Timestamp:
2006/09/11 19:37:56 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/layout_design.js

    r4598 r4608  
    107107// Ãͤò¼èÆÀ 
    108108function getAttrValue ( elm, attrname ) { 
    109 /* 
     109 
    110110    if (typeof(elm.attributes[ attrname ]) != 'undefined') { 
    111111        return elm.attributes[ attrname ].nodeValue; 
    112112    } 
    113 */   
    114  
     113 
     114/* 
    115115//  if (typeof(elm.attributes.getNamedItem(attrname)) != 'object'){ 
    116116        val = ""; 
     
    134134        return val.value; 
    135135//  } 
     136*/ 
    136137} 
    137138 
Note: See TracChangeset for help on using the changeset viewer.