update search and crm
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
//= require turbolinks
|
||||
//= require cable
|
||||
//= require settings/processing_items
|
||||
//= require jquery-ui
|
||||
//= require bootstrap-datepicker
|
||||
|
||||
$(document).on("focus", "[data-behaviour~='datepicker']", function(e){
|
||||
$(this).datepicker({"format": "yyyy-M-dd", "weekStart": 1, "autoclose": true});
|
||||
@@ -153,4 +155,3 @@ $(function(){
|
||||
}
|
||||
});
|
||||
*/
|
||||
>>>>>>> d54fd19d1c18384ee6b21c43ca51587fb7fa843f
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
@import "bootstrap";
|
||||
@import "font-awesome";
|
||||
@import "theme";
|
||||
@import "jquery-ui";
|
||||
@import "bootstrap-datepicker3";
|
||||
|
||||
|
||||
/* Show it is fixed to the top */
|
||||
|
||||
Reference in New Issue
Block a user