From a477033630bd2e561d6613ad1816c558c10b5621 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 17 Nov 2023 17:07:43 -0500 Subject: gtd: added url javascript back --- app/gtd/templates/gtd/note_form.html | 1 + 1 file changed, 1 insertion(+) (limited to 'app/gtd') diff --git a/app/gtd/templates/gtd/note_form.html b/app/gtd/templates/gtd/note_form.html index 13591e8..006312b 100644 --- a/app/gtd/templates/gtd/note_form.html +++ b/app/gtd/templates/gtd/note_form.html @@ -30,6 +30,7 @@ form .selector label { let params = new URL(document.location).searchParams; document.getElementById('id_title').value = params.get("title"); document.getElementById('id_body_markdown').value = params.get("description"); +document.getElementById('id_url').value = params.get("url"); {% endif %} {% endblock%} -- cgit v1.2.3-70-g09d2