]> git.parisson.com Git - teleforma.git/commitdiff
WIP
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 19 May 2020 09:24:02 +0000 (11:24 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 19 May 2020 09:24:02 +0000 (11:24 +0200)
teleforma/templates/teleforma/seminar_detail.html

index 9332314e078cb6033b94f3059a880a0e82baff97..003eafb039fda1892b01aaae33440bee11183447 100644 (file)
@@ -77,7 +77,6 @@ $(window).ready(function( ){
         });
   {% endif %}
     $(window).bind('beforeunload', function(){
-        console.log('unload')
         onUnloadSeminar('{{seminar.id}}','{{user.username}}')        
     });
 });