mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Revert "Add radix arguments to parseInt calls"
This reverts commit fd77a988f1aa5bbdf430fbbb710dc9774fa85aaa. (imported from commit 3865250797dd2ae8ebc9d26f491b0decf1786e21)
This commit is contained in:
		@@ -1907,7 +1907,7 @@ $(function () {
 | 
			
		||||
       halfSbWidth = Math.floor(sbWidth/2);
 | 
			
		||||
 | 
			
		||||
   if (sbWidth > 0) {
 | 
			
		||||
    var frbMargin = parseInt($(".recipient-bar-main").css("margin-right"), 10);
 | 
			
		||||
    var frbMargin = parseInt($(".recipient-bar-main").css("margin-right"));
 | 
			
		||||
 | 
			
		||||
    $(".header").css("left", "-" + sbWidth + "px");
 | 
			
		||||
    $(".header-main").css("left", sbWidth + "px");
 | 
			
		||||
@@ -1915,10 +1915,10 @@ $(function () {
 | 
			
		||||
    $("#compose").css("left", "-" + sbWidth + "px");
 | 
			
		||||
    $(".compose-content").css("left", halfSbWidth + "px");
 | 
			
		||||
 | 
			
		||||
    var rbcMaxWidth = parseInt($(".recipient-bar-content").css("max-width"), 10);
 | 
			
		||||
    var rbcMaxWidth = parseInt($(".recipient-bar-content").css("max-width"));
 | 
			
		||||
    $(".recipient-bar-content").css("max-width", (1210 + sbWidth) + "px");
 | 
			
		||||
 | 
			
		||||
    var rbcMarginRight = parseInt($(".recipient-bar-main").css("margin-right"), 10);
 | 
			
		||||
    var rbcMarginRight = parseInt($(".recipient-bar-main").css("margin-right"));
 | 
			
		||||
    $(".recipient-bar-main").css("margin-right", (210 + sbWidth) + "px");
 | 
			
		||||
 | 
			
		||||
    $("#user-list, #group-pm-list").css("margin-right", sbWidth + "px");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user