mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-22 18:25:34 +08:00
coverpage: Remove used function.
This commit is contained in:
parent
321d20a02d
commit
7956bbffef
@ -4,21 +4,6 @@
|
||||
* Licensed under the MIT license
|
||||
*/
|
||||
|
||||
function parseCatalogue(xml) {
|
||||
if (window.DOMParser)
|
||||
{
|
||||
parser = new DOMParser();
|
||||
xmlDoc = parser.parseFromString(xml, "text/xml");
|
||||
}
|
||||
else // Internet Explorer
|
||||
{
|
||||
xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
|
||||
xmlDoc.async = false;
|
||||
xmlDoc.loadXML(xml);
|
||||
}
|
||||
return xmlDoc;
|
||||
}
|
||||
|
||||
function catalogueHeader(id, title, date) {
|
||||
return '' +
|
||||
' <div class="table-responsive">' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user