use noConflict of bootstrap-datepicker, fix #156
This commit is contained in:
@ -5,7 +5,7 @@ $(function () {
|
||||
module("date", {
|
||||
setup: function(){
|
||||
fx = $('#async-fixture');
|
||||
dpg = $.fn.datepicker.DPGlobal;
|
||||
dpg = $.fn.bdatepicker.DPGlobal;
|
||||
$.support.transition = false;
|
||||
mode = $.fn.editable.defaults.mode;
|
||||
$.fn.editable.defaults.mode = 'popup';
|
||||
|
Reference in New Issue
Block a user