Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #795 from SmartBlug/RightSide
Browse files Browse the repository at this point in the history
Updated RightSide
  • Loading branch information
daeks committed Apr 13, 2015
2 parents febf546 + 5eb3992 commit 4f5498e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/sidebars.js
Expand Up @@ -200,9 +200,10 @@


closeRightSidebar: function() { closeRightSidebar: function() {
var _this = this; var _this = this;
var sbarWidthR = $("#sb-right").width();
$('#sb-right') $('#sb-right')
.animate({ .animate({
'right': '-190px' 'right': '-'+(sbarWidthR-10)+'px'
}, 300, 'easeOutQuart'); }, 300, 'easeOutQuart');
var sbarWidthL = $("#sb-left") var sbarWidthL = $("#sb-left")
.width(), .width(),
Expand Down

0 comments on commit 4f5498e

Please sign in to comment.