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