mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Make sure the css naming is set by truthy
This commit is contained in:
		@@ -94,7 +94,7 @@
 | 
			
		||||
    
 | 
			
		||||
    function submitForm() {
 | 
			
		||||
        var name = $('#css_name').val();
 | 
			
		||||
        if (name == "") {
 | 
			
		||||
        if (!name) {
 | 
			
		||||
            Materialize.toast("Don't forget to name your CSS!", 10000);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user