From 0a8759240a048129e57956bcf3001da91bb895b0 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 22 Apr 2015 18:29:01 +0100 Subject: [PATCH] Fixed by not loading transition.js (conflicts with JQuery UI). We can make do without an animated date picker --- RIGS/templates/RIGS/event_form.html | 1 - 1 file changed, 1 deletion(-) 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 );