Commit 2afc073f authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

test dynamic header

parent 2ab87d2a
Pipeline #117 passed with stage
in 4 seconds
...@@ -98,7 +98,7 @@ function head(){ ...@@ -98,7 +98,7 @@ function head(){
headlink.remove(); headlink.remove();
let headform = document.createElement('form'); let headform = document.createElement('form');
headform.setAttribute("th:action", "@{/logout}"); headform.setAttribute("th:action", "@{/logout}");
headform.setAttribute("method","POST"); headform.setAttribute("method","post");
let headbutton = document.createElement('button'); let headbutton = document.createElement('button');
headbutton.name='logout'; headbutton.name='logout';
headbutton.type="Submit"; headbutton.type="Submit";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment