theme uninstall add

This commit is contained in:
2024-09-12 12:06:44 +03:00
parent 42b28df07d
commit d7851a4160
214 changed files with 17 additions and 32421 deletions

View File

@ -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);