Fixed by not loading transition.js (conflicts with JQuery UI). We can make do without an animated date picker

This commit is contained in:
David Taylor
2015-04-22 18:29:01 +01:00
parent 9494f00dd0
commit 0a8759240a

View File

@@ -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 );