forked from Adleraci/adlerka.top
		
	Add article creation frontend
This commit is contained in:
		@@ -186,7 +186,9 @@ async function submitarticle(){
 | 
			
		||||
       action: "addNewsArticle",
 | 
			
		||||
        title: articleTitleElement.value,
 | 
			
		||||
        body: articleBodyElement.value
 | 
			
		||||
    });
 | 
			
		||||
    }, "Článok úspešne pridaný",
 | 
			
		||||
        "Nastala chyba pri pridávaní článku",
 | 
			
		||||
        false);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
async function articleInit(){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user