mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Don't forget to name your css!
This commit is contained in:
		@@ -87,6 +87,12 @@
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    function submitForm() {
 | 
			
		||||
        var name = $('#css_name').val();
 | 
			
		||||
        if (name == "") {
 | 
			
		||||
            Materialize.toast("Don't forget to name your CSS!", 10000);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        var formPost = postForm();
 | 
			
		||||
        formPost.done(function (data) {
 | 
			
		||||
            if (newCSS) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user