test for js

This commit is contained in:
Yan
2017-10-27 16:53:32 +06:30
parent 445d63e286
commit 61c9fd0c81
15 changed files with 17 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
$(function () {
$(document).on('turbolinks:load', function () {
//Widgets count
$('.count-to').countTo();

View File

@@ -12,12 +12,12 @@
//
//= require jquery
//= require tether
//= require turbolinks
//= require cable
//= require bootstrap/js/popper.min
//= require bootstrap/js/bootstrap-material-design.min
//= require jquery_nested_form
//= require jquery_ujs
//= require turbolinks
//= require cable
//= require settings/processing_items
//= require momentjs/moment
//= require bootstrap-material-datetimepicker/js/bootstrap-material-datetimepicker

View File

@@ -1,6 +1,6 @@
$(document).on('turbolinks:load', function() {
// $("body").boostrapMaterialDesign();
$('body').bootstrapMaterialDesign();
var height = ($(window).height() - ($('.legal').outerHeight() + $('.user-info').outerHeight() + $('.navbar').innerHeight()));
$('#custom-slimscroll').slimScroll({

2
app/assets/plugins/bootstrap/css/bootstrap-material-design.min.css vendored Executable file → Normal file

File diff suppressed because one or more lines are too long

2
app/assets/plugins/bootstrap/js/bootstrap-material-design.min.js vendored Executable file → Normal file

File diff suppressed because one or more lines are too long