Command-line arguments (Client): Difference between revisions
From FileZilla Wiki
Jump to navigationJump to search
(rVFthWIkj) |
(Philippe) |
||
Line 1: | Line 1: | ||
@cassandra, looking more into your tetplame, you don't have:<a aiotitle="click to expand" href="javascript:togglecomments('UNIQUE NAME')">+/-</a>in the post it's self. And you are missing:.commenthidden {display:none}.commentshown {display:inline}and <script type="text/Javascript">function togglecomments (postid) {var whichpost = document.getElementById(postid);if (whichpost.className=="commentshown") { whichpost.className="commenthidden"; } else { whichpost.className="commentshown"; }} </script>from your tetplame.Reread this post and follow the instructions given here and in this post:Hope this helps. |
Revision as of 01:24, 5 May 2012
@cassandra, looking more into your tetplame, you don't have:<a aiotitle="click to expand" href="javascript:togglecomments('UNIQUE NAME')">+/-</a>in the post it's self. And you are missing:.commenthidden {display:none}.commentshown {display:inline}and <script type="text/Javascript">function togglecomments (postid) {var whichpost = document.getElementById(postid);if (whichpost.className=="commentshown") { whichpost.className="commenthidden"; } else { whichpost.className="commentshown"; }} </script>from your tetplame.Reread this post and follow the instructions given here and in this post:Hope this helps.