mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
fix
This commit is contained in:
@@ -143,7 +143,7 @@ define([
|
||||
},
|
||||
|
||||
hide: function() {
|
||||
$(".right-side-panel").css({'right': '-400px'});
|
||||
this.$el.css({'right': '-400px'});
|
||||
},
|
||||
|
||||
close: function() {
|
||||
@@ -159,7 +159,7 @@ define([
|
||||
|
||||
show: function() {
|
||||
this.showContent();
|
||||
$(".right-side-panel").css({'right': '0px'});
|
||||
this.$el.css({'right': '0px'});
|
||||
this.setConMaxHeight();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user