test for js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$(function () {
|
||||
$(document).on('turbolinks:load', function () {
|
||||
//Widgets count
|
||||
$('.count-to').countTo();
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
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
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
Reference in New Issue
Block a user