Parent Directory | Revision Log | Patch
revision 1.3 by wakaba, Sun Mar 16 07:25:10 2008 UTC | revision 1.4 by wakaba, Mon Mar 17 13:25:19 2008 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function addSourceToParseErrorList (idPrefix) { | function addSourceToParseErrorList (idPrefix, dlId) { |
2 | var parseErrorsList = document.getElementById | var parseErrorsList = document.getElementById |
3 | (idPrefix + 'parse-errors-list'); | (idPrefix + dlId); |
4 | if (!parseErrorsList) return; | if (!parseErrorsList) return; |
5 | var childs = parseErrorsList.childNodes; | var childs = parseErrorsList.childNodes; |
6 | var childsL = childs.length; | var childsL = childs.length; |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |