Closed
Bug 1457818
Opened 7 years ago
Closed 7 years ago
Demo in samples dir uses JS version=1.8 and does not work anymore
Categories
(Developer Documentation Graveyard :: HTML, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1501297
People
(Reporter: linxea, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
I have no idea how to update the live example page, so I am raising a bug here. Thanks.
In the live example,
<script type="text/javascript;version=1.8" src="main.js"></script> -> adding version=1.8 prevent script from fetching content in chrome and firefox.
Comment 1•7 years ago
|
||
I think it was Florian who worked on this last. Florian, can you have a look into this, and update the live example when you get the time?
The "version=1.8" won't work anymore. This attribute was removed from Fx and Chrome a few versions ago.
Flags: needinfo?(fscholz)
Comment 2•7 years ago
|
||
I have removed mentions of versioned JS in the wiki page.
Unfortunately, this is an ancient demo that was uploaded to somewhere I have no access to:
https://developer.mozilla.org/samples/video/chroma-key/index.xhtml
Bug 1076893 tracks work to remove the ancient samples/ dir.
Depends on: 1076893
Flags: needinfo?(fscholz)
Updated•7 years ago
|
Summary: version=1.8 does not work in script tag → Demo in samples dir uses JS version=1.8 and does not work anymore
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•