no need for device labels
This commit is contained in:
@@ -138,7 +138,6 @@ $(document).ready(function() {
|
||||
function() {
|
||||
$('#sidebar_toggle_img_out').toggle();
|
||||
$('.content').animate({'margin-right': '10px !important'}, 50);
|
||||
$('.device_label_right').toggle();
|
||||
}
|
||||
);
|
||||
sidebar_hidden = 1;
|
||||
@@ -149,7 +148,6 @@ $(document).ready(function() {
|
||||
$('#sidebar_toggle_img_out').toggle();
|
||||
$('.content').animate({'margin-right': '220px !important'}, 100,
|
||||
function() {
|
||||
$('.device_label_right').toggle();
|
||||
$('.sidebar').toggle(200);
|
||||
$(window).scrollTop(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user