Add data attributes for scribe random pool
This fixes random pool dropdown brokeness
This commit is contained in:
parent
2a0d842a4b
commit
03d5354430
@ -279,11 +279,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="settings-block">
|
<section class="settings-block">
|
||||||
<h1 data-localise="__MSG_scribeInstance__" class="new-badge" data-new-badge>Scribe Instance</h1>
|
<h1 data-localise="__MSG_scribeInstance__"
|
||||||
|
class="new-badge" data-new-badge>Scribe Instance</h1>
|
||||||
<div class="autocomplete">
|
<div class="autocomplete">
|
||||||
<input
|
<input
|
||||||
id="scribe-instance"
|
id="scribe-instance"
|
||||||
type="url"
|
type="url"
|
||||||
|
name="scribe-instance"
|
||||||
|
data-localise-placeholder="__MSG_randomInstancePlaceholder__"
|
||||||
placeholder="Random instance (none selected)"
|
placeholder="Random instance (none selected)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -589,6 +592,16 @@
|
|||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="settings-block">
|
||||||
|
<h1 data-localise="__MSG_scribeRandomPool__">
|
||||||
|
Scribe random instance pool (comma-separated)
|
||||||
|
</h1>
|
||||||
|
<input
|
||||||
|
id="scribe-random-pool"
|
||||||
|
name="scribe-random-pool"
|
||||||
|
type="text"
|
||||||
|
/>
|
||||||
|
</section>
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user