mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Visual touchup of custom expressions
This commit is contained in:
		@@ -940,6 +940,10 @@ function renderCustomExpressions() {
 | 
			
		||||
        option.text = expression;
 | 
			
		||||
        $('#expression_custom').append(option);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (customExpressions.length === 0) {
 | 
			
		||||
        $('#expression_custom').append('<option value="" disabled selected>[ No custom expressions ]</option>');
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
async function getExpressionsList() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user