inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on May 2, 2010 15:47:09 GMT -8
CB?: Yes Location: Global Footer. Description: Automatically check the "Vote Retraction" option, & includes the option to hide that row. Preview: Shown | HiddenThis Was A Request<script type="text/javascript"> <!-- /* Retractable Poll Votes by Default By Son Of Exodia - Global Footer */
var nr=1; // Hide The "Vote Retraction" Option? 1=Yes, 0=No.
if(document.postForm && document.postForm.retract && document.location.href.match(/ion=createpoll$/i)){ document.postForm.retract.checked=1; if(nr) document.postForm.retract.parentNode.parentNode.parentNode.style.display="none"; } //--> </script>
|
|