- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{TEMPLATEJS} <script type="text/javascript" src="{TEMPLATEURL}jquery.cookie.js"></script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ if (typeof $.cookie('limesurvey_timers') === 'undefined'){ } else { $.cookie('limesurvey_timers', null, { path: '/' }); } }); </script>