mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 04:27:47 +01:00
Change public path
This is one of multiple public path edits. For simplified usability, I am integrating the public Laravel directory into the root directory. This edit is part of moving everything from root/public to root.
This commit is contained in:
parent
eda7882770
commit
38f5cfa521
7
studio/css/bootstrap.min.css
vendored
Normal file
7
studio/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8298
studio/css/style-dashboard.css
vendored
Normal file
8298
studio/css/style-dashboard.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
studio/js/bootstrap.min.js
vendored
Normal file
7
studio/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
studio/js/jquery.min.js
vendored
Normal file
2
studio/js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
19
studio/js/main-dashboard.js
vendored
Normal file
19
studio/js/main-dashboard.js
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
(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);
|
5
studio/js/popper.js
vendored
Normal file
5
studio/js/popper.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user