mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 19:56:23 +08:00
coverpage: Remove used function.
This commit is contained in:
parent
321d20a02d
commit
7956bbffef
@ -4,21 +4,6 @@
|
|||||||
* Licensed under the MIT license
|
* 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) {
|
function catalogueHeader(id, title, date) {
|
||||||
return '' +
|
return '' +
|
||||||
' <div class="table-responsive">' +
|
' <div class="table-responsive">' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user