diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index 1e777a24..8aba0633 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -81,7 +81,6 @@ .attr('href', '{% static "css/bootstrap-datetimepicker.min.css" %}'); $.when( $.getScript( "{% static "js/moment.min.js" %}" ), - $.getScript( "{% static "js/transition.js" %}" ), $.getScript( "{% static "js/bootstrap-datetimepicker.min.js" %}" ), $.Deferred(function( deferred ){ $( deferred.resolve );