fix yml path for location in subdirectory
This commit is contained in:
parent
03342624fc
commit
2e55b8ebbf
|
@ -134,7 +134,7 @@ div#togglebuttons>button {
|
|||
<div>
|
||||
<form name="selection">
|
||||
<label>Plan:
|
||||
<input name="plan" id="sel_plan" type="text" value="/plan-de.yml">
|
||||
<input name="plan" id="sel_plan" type="text" value="plan-de.yml">
|
||||
</label>
|
||||
<button onclick="update_plan()">Change plan</button>
|
||||
<button id="print">Print plan</button>
|
||||
|
|
Loading…
Reference in a new issue