mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
14 lines
216 B
HTML
14 lines
216 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
function boom()
|
|
{
|
|
var marker = document.createElementNS("http://www.w3.org/2000/svg", "marker");
|
|
marker.orientType.baseVal = "";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="boom();">
|
|
</body>
|
|
</html>
|