mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	build_emoji: Change sprite CSS files to use hyphens in names.
This is more consistent with our other names in emoji infra.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							9bd56d0ce4
						
					
				
				
					commit
					ec2ebd1cc9
				
			@@ -143,7 +143,7 @@ exports.report_emojiset_change = function () {
 | 
			
		||||
 | 
			
		||||
    var sprite = new Image();
 | 
			
		||||
    sprite.onload = function () {
 | 
			
		||||
        var sprite_css_href = "/static/generated/emoji/" + page_params.emojiset + "_sprite.css";
 | 
			
		||||
        var sprite_css_href = "/static/generated/emoji/" + page_params.emojiset + "-sprite.css";
 | 
			
		||||
        $("#emoji-spritesheet").attr('href', sprite_css_href);
 | 
			
		||||
    };
 | 
			
		||||
    sprite.src = "/static/generated/emoji/sheet-" + page_params.emojiset + "-64.png";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user