The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
does anyone know what this goes to or why it is here, i found it in my navbar template
Code:
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
|
|
#2
|
|||
|
|||
|
It turns the page to grayscale when you log out in IE. Kind of a neat effect
|
|
#3
|
||||
|
||||
|
Too bad it's IE-only code...
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|