merge with amyo ui

This commit is contained in:
Yan
2017-10-25 18:31:20 +06:30
58 changed files with 1672 additions and 1016 deletions

View File

@@ -104,10 +104,10 @@ $(document).on('turbolinks:load', function() {
});
$(document).on("focus", "[data-behaviour~='datepicker']", function(e){
$(this).datepicker({"format": "yyyy-M-dd", "weekStart": 1, "autoclose": true});
$('.dropdown-toggle').dropdown();
});
// $(document).on("focus", "[data-behaviour~='datepicker']", function(e){
// $(this).datepicker({"format": "yyyy-M-dd", "weekStart": 1, "autoclose": true});
// $('.dropdown-toggle').dropdown();
// });
function export_to(path)
{