removed unwanted javascript calls

This commit is contained in:
2010-04-28 15:55:24 -07:00
parent a34f2e7497
commit f187e8328c

View File

@@ -49,25 +49,6 @@
</style>
<script type="text/javascript">
<!--
function MyTip(arg)
{
switch(arg)
{
case "trunk":
alert("Press this button to get the Tinderbox Topfails for Firefox Trunk");
case "3.6":
alert("Press this button to get the Tinderbox Topfails for Firefox 3.6");
case "thunderbird":
alert("Press this button to get the Tinderbox Topfails for Thunderbird Trunk");
case "sea":
alert("Press this button to get the Tinderbox Topfails for SeaMonkey");
}
}
//-->
</script>
</head>