diff --git a/panel/templates/panel/release.html b/panel/templates/panel/release.html index e3454c6..1b250ef 100644 --- a/panel/templates/panel/release.html +++ b/panel/templates/panel/release.html @@ -90,9 +90,6 @@ <script type="text/javascript"> $( document ).ready(function() { $.release.max_uuids = 2; - $.release.timer = setInterval(function(){ - update_info('{{release}}'); - }, $.release.interval); get_projects('{{release}}'); }); </script>