forked from Adleraci/adlerka.top
		
	Add article creation frontend
This commit is contained in:
		@@ -190,7 +190,12 @@ async function submitarticle(){
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
async function articleInit(){
 | 
			
		||||
 | 
			
		||||
    let articleContainerElement = document.getElementById("articlecreatecontainer");
 | 
			
		||||
    articleContainerElement.addEventListener("keyup", function (ev) {
 | 
			
		||||
        if(ev.which === 27){
 | 
			
		||||
            togglearticlecreate();
 | 
			
		||||
        }
 | 
			
		||||
    })
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
async function onPageLoad() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user