1
0
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:
Awilum
2019-08-26 22:13:07 +03:00
parent 2e951e2076
commit d676809ba1

View File

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