_includes/section/commonPage.html in word-games-theme-1.4.9 vs _includes/section/commonPage.html in word-games-theme-1.5.0
- old
+ new
@@ -68,12 +68,12 @@
style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
type="submit" class="serachBtn resultPageSearchBtn" id="serach" value>
<div class="dictonaryDropdown">
<select class="form-select select_dropDown2 resultPageDropdown2" name="dictionary"
aria-label="Default select example">
- <option selected value="Dictionary">Dictionary</option>
+ <option value="Dictionary">Dictionary</option>
<option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
- <option value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
+ <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
<option value="wwf" id="wwf">Enable (Words With Friends)</option>
</select>
</div>
{%- include filterWords/index.html -%}
<div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
\ No newline at end of file