Changeset 4577 for temp/trunk
- Timestamp:
- 2006/09/10 20:51:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/js/layout_design.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/js/layout_design.js
r4576 r4577 107 107 // Ãͤò¼èÆÀ 108 108 function getAttrValue ( elm, attrname ) { 109 /* 109 110 110 if (typeof(elm.attributes[ attrname ]) != 'undefined') { 111 return elm.attributes[ attrname ].nodeValue; 112 } 113 */ 111 114 112 val = ""; 115 113 if((typeof ScriptEngineMajorVersion)=='function') … … 131 129 132 130 return val.value; 131 } 132 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.
