remove turbolinks in form for conflict

This commit is contained in:
Yan
2017-10-30 17:26:38 +06:30
parent 7beb4e7563
commit da0558b5ef
29 changed files with 34 additions and 123 deletions

View File

@@ -1,4 +1,4 @@
$(document).on('turbolinks:load', function() {
$(document).ready(function() {
$('body').bootstrapMaterialDesign();
var height = ($(window).height() - ($('.legal').outerHeight() + $('.user-info').outerHeight() + $('.navbar').innerHeight()));