no need for device labels

This commit is contained in:
Oliver Gorwits
2012-02-03 10:23:40 +00:00
parent e943a52bc4
commit 2246405fbf
3 changed files with 0 additions and 34 deletions

View File

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