theme uninstall add
This commit is contained in:
7
resources/custom/js/bootstrap.min.js
vendored
7
resources/custom/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
2
resources/custom/js/jquery.min.js
vendored
2
resources/custom/js/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,19 +0,0 @@
|
||||
(function ($) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var fullHeight = function () {
|
||||
|
||||
$('.js-fullheight').css('height', $(window).height());
|
||||
$(window).resize(function () {
|
||||
$('.js-fullheight').css('height', $(window).height());
|
||||
});
|
||||
|
||||
};
|
||||
fullHeight();
|
||||
|
||||
$('#sidebarCollapse').on('click', function () {
|
||||
$('#sidebar').toggleClass('active');
|
||||
});
|
||||
|
||||
})(jQuery);
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user