changed Milestone from static M14 to dynamically generated value of whatever's between the last ; and ) in the user agent string. r=leaf. bug 36027.

This commit is contained in:
granrose%netscape.com 2000-04-20 22:49:09 +00:00
Родитель acebbf28b7
Коммит 4f53903ddc
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,8 @@ LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<td>
<center>
<H1> <A HREF="http://www.mozilla.org/projects/seamonkey/release-notes/">Mozilla M14</A></H1>
<H1> <A HREF="http://www.mozilla.org/projects/seamonkey/release-notes/">Mozilla <script language="Javascript">
document.write(navigator.userAgent.substring(navigator.userAgent.lastIndexOf(";")+1,navigator.userAgent.lastIndexOf(")")).toUpperCase());</script></A></H1>
<script language="Javascript">document.write(navigator.userAgent);</script>
</center>
</td>