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