rfc/xr: tweak, committed previous too soon...

This commit is contained in:
Mechiel Lukkien 2023-11-14 14:21:02 +01:00
parent 5b62013f27
commit bdd8fa078e
No known key found for this signature in database

View file

@ -384,6 +384,8 @@ function updateIframes() {
rfciframe.src = rfcsrc rfciframe.src = rfcsrc
if (codesrc) { if (codesrc) {
codefile.innerText = t[0] codefile.innerText = t[0]
}
if (rfcsrc) {
rfcfile.innerText = t[1] rfcfile.innerText = t[1]
} }
} }