fix conflit

This commit is contained in:
Zin Lin Phyo
2017-08-29 18:42:08 +06:30
16 changed files with 2965 additions and 15 deletions

View File

@@ -25,6 +25,9 @@
//= require moment
//= require daterangepicker
//= require select2
//= require bootstrap-datetimepicker
//= require pickers
$(document).on('turbolinks:load', function() {
$('.datepicker').datepicker({

View File

@@ -6,6 +6,7 @@
//= require cable
//= require jquery-ui
//= require bootstrap-datepicker
//= require jquery.datetimepicker
$(document).ready(function(){
// auto refresh every 60 seconds

View File

@@ -8,6 +8,7 @@
@import "dataTables/jquery.dataTables";
@import "daterangepicker-bs3";
@import "select2";
@import "bootstrap-datetimepicker";
/* Show it is fixed to the top */
// body {

View File

@@ -4,6 +4,8 @@
@import "jquery-ui";
@import "bootstrap-datepicker3";
@import "jquery.datetimepicker";
/* Show it is fixed to the top */
// body {
// min-height: 75rem;