mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 20:02:16 +00:00
Fixed by not loading transition.js (conflicts with JQuery UI). We can make do without an animated date picker
This commit is contained in:
@@ -81,7 +81,6 @@
|
|||||||
.attr('href', '{% static "css/bootstrap-datetimepicker.min.css" %}');
|
.attr('href', '{% static "css/bootstrap-datetimepicker.min.css" %}');
|
||||||
$.when(
|
$.when(
|
||||||
$.getScript( "{% static "js/moment.min.js" %}" ),
|
$.getScript( "{% static "js/moment.min.js" %}" ),
|
||||||
$.getScript( "{% static "js/transition.js" %}" ),
|
|
||||||
$.getScript( "{% static "js/bootstrap-datetimepicker.min.js" %}" ),
|
$.getScript( "{% static "js/bootstrap-datetimepicker.min.js" %}" ),
|
||||||
$.Deferred(function( deferred ){
|
$.Deferred(function( deferred ){
|
||||||
$( deferred.resolve );
|
$( deferred.resolve );
|
||||||
|
|||||||
Reference in New Issue
Block a user