Difference between revisions of "EYE SENSOR Test"
From Wiki Knowledge Base | Teltonika GPS
Lohit.mahay (talk | contribs) |
Lohit.mahay (talk | contribs) |
||
Line 6: | Line 6: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <script> | ||
+ | function toggleContent() { | ||
+ | var content = document.getElementById("introductionContent"); | ||
+ | if (content.style.display === "none" || content.style.display === "") { | ||
+ | content.style.display = "block"; | ||
+ | } else { | ||
+ | content.style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | </script> |
Revision as of 21:22, 5 March 2024
Main Page > Advanced Trackers > EYE SENSOR Test Introduction
<script> function toggleContent() {
var content = document.getElementById("introductionContent"); if (content.style.display === "none" || content.style.display === "") { content.style.display = "block"; } else { content.style.display = "none"; }
} </script>