Skip to content

Commit

Permalink
Some bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
frdteknikelektro committed May 23, 2018
1 parent a37342f commit 4a3ad34
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"admin-lte": "^2.4.3",
"axios": "^0.16.2",
"bootstrap-sass": "^3.3.7",
"cross-env": "^5.1.5",
"cross-env": "^5.1.6",
"fastclick": "^1.0.6",
"font-awesome": "^4.7.0",
"icheck": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion public/js/admin-lte.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/auth.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/js/vendor.js": "/js/vendor.js?id=08a303b1ccc6c57381ad",
"/js/admin-lte.js": "/js/admin-lte.js?id=e53a5fd1d37619bae460",
"/js/admin-lte.js": "/js/admin-lte.js?id=733ce4f97bc87c4f05bd",
"/css/admin-lte.css": "/css/admin-lte.css?id=c78094f0e9a096de3634",
"/css/auth.css": "/css/auth.css?id=8e53beb45d912d17ad02",
"/js/auth.js": "/js/auth.js?id=141d134de991fa2d135c",
"/js/auth.js": "/js/auth.js?id=6033172192be27cc5489",
"/js/manifest.js": "/js/manifest.js?id=0225916a5d4fbc86a881"
}
7 changes: 4 additions & 3 deletions resources/assets/js/admin-lte.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ if (token) {

$(document).ready(function() {
$('.i-checks').iCheck({
checkboxClass: 'icheckbox_square-green',
radioClass: 'iradio_square-green'
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue'
});

$('.js-datepicker').datepicker({
autoclose: true
autoclose: true,
todayHighlight: true
})
});
2 changes: 1 addition & 1 deletion resources/assets/js/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require('./admin-lte');

$(document).ready(function() {
$('input').iCheck({
$('icheck').iCheck({
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue',
increaseArea: '20%' // optional
Expand Down

0 comments on commit 4a3ad34

Please sign in to comment.