Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
FLAC website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
FLAC website
Commits
7312b301
Commit
7312b301
authored
Apr 17, 2013
by
Martijn van Beurden
Committed by
Erik de Castro Lopo
Apr 21, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing news page as well
Signed-off-by:
Erik de Castro Lopo
<
erikd@mega-nerd.com
>
parent
a9aaab4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
news.html
news.html
+4
-4
No files found.
news.html
View file @
7312b301
...
...
@@ -20,10 +20,10 @@
<script>
function
loadXMLDoc
(
dname
)
{
var
xhttp
;
if
(
window
.
XMLHttpReques
t
)
{
xhttp
=
new
XMLHttpRequest
(
);
if
(
window
.
ActiveXObjec
t
)
{
xhttp
=
new
ActiveXObject
(
"
Msxml2.XMLHTTP.3.0
"
);
}
else
{
xhttp
=
new
ActiveXObject
(
"
Microsoft.XMLHTTP
"
);
xhttp
=
new
XMLHttpRequest
(
);
}
xhttp
.
open
(
"
GET
"
,
dname
,
false
);
xhttp
.
send
(
""
);
...
...
@@ -34,7 +34,7 @@
var
xml
,
xsl
,
xsltProcessor
,
resultDocument
;
document
.
getElementById
(
"
newspagebox
"
).
innerHTML
=
''
;
xml
=
loadXMLDoc
(
"
feeds/feed.
rss
"
);
xml
=
loadXMLDoc
(
"
feeds/feed.
xml
"
);
xsl
=
loadXMLDoc
(
"
feeds/rss_transform_news.xsl
"
);
// Proces main newsbox
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment