mirror of
https://github.com/flextype/flextype.git
synced 2025-08-23 13:23:18 +02:00
refactor(admin-plugin): code udpate for base.html #186
Remove unused code for sidebar for now, because we don't support mobile devices for now.
This commit is contained in:
@@ -264,16 +264,6 @@
|
||||
$("#form").submit();
|
||||
});
|
||||
|
||||
$('.navbar-toggler').click(function () {
|
||||
$('.sidebar').addClass('show-sidebar');
|
||||
$('.sidebar-off-canvas').addClass('show-sidebar-off-canvas');
|
||||
});
|
||||
|
||||
$('.sidebar-off-canvas').click(function () {
|
||||
$('.sidebar').removeClass('show-sidebar');
|
||||
$('.sidebar-off-canvas').removeClass('show-sidebar-off-canvas');
|
||||
});
|
||||
|
||||
$('.js-plugins-info').click(function () {
|
||||
$('#pluginInfoModal').modal();
|
||||
$('.js-plugin-name-placeholder').html($(this).attr('data-name'));
|
||||
|
Reference in New Issue
Block a user