faca5
faca5
Thank you.
Any solutions? Thank you.
We have added cronjob for "purgecache" everyday. Please check #570 and #566 for more information. Thank you.
What does "purgecache"? - remove temp - remote cache - restart Apache - restart nginx Set cronjob in night time or early morning to avoid downtime for few seconds.
Hello. I don't know yet. If i will work on a pull request then i expect at least changes will be approved.
Thank you.
Hello. Simple fix! Filename: adminlte.js ``` var NAME$5 = 'PushMenu'; var DATA_KEY$5 = 'lte.pushmenu'; var EVENT_KEY$2 = "." + DATA_KEY$5; ... var Default$5 = { autoCollapseSize: 992, enableRemember: true, noTransitionAfterReload:...
You can use something like that on older version. ``` if(localStorage.getItem("YOUR_VARIABLE") == 1) { $(".sidebar-mini").addClass("sidebar-collapse"); } $(".sidebar-toggle").on("click", function() { if(localStorage.getItem("YOUR_VARIABLE") == 1) { localStorage.setItem("YOUR_VARIABLE", null); } else { localStorage.setItem("YOUR_VARIABLE", 1);...
Ok. Does is possible upgrade 3.0.x.x to the latest version 3.0.4.0 without breaking anything? 100% compatible?