_includes/section/home.html in word-games-theme-1.8.6 vs _includes/section/home.html in word-games-theme-1.8.7
- old
+ new
@@ -58,51 +58,50 @@
</div>
<div class="startsWith">
<label for="startsWith">Starts With</label>
<input autocomplete="off" type="text" id="startsWith" placeholder="Prefix" value=""
name="prefix">
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
- title="Find words that start with these letters(AB-> Able)">
+ <div class="filter-tooltip" data-tip="Find words that start with these letters(AB-> Able)">
<i class="bi bi-question-circle"></i>
</div>
</div>
<div class="mustInclude">
<label for="mustInclude">Must Contains </label>
<input autocomplete="off" type="text" id="mustInclude" placeholder="Contains"
name="contains">
- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
- title="Words that contain letters in this order(ab)">
+ <div class="filter-tooltip"
+ data-tip="Words that contain letters in this order(ab)">
<i class="bi bi-question-circle"></i>
</div>
</div>
<div class="endsWith">
<label for="endsWith">End With</label>
<input autocomplete="off" type="text" id="endsWith" placeholder="Suffix" name="suffix">
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
- title="Filter for words that ends with these letters">
+ data-tip="Filter for words that ends with these letters">
<i class="bi bi-question-circle"></i>
</div>
</div>
<div class="exculdeWith">
<label for="exculdeWith">Exculde</label>
<br>
<input autocomplete="off" type="text" id="exculdeWith" placeholder="Exculde" value=""
name="exculde">
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
- title="Only words that not contain the letters you enter here">
+ data-tip="Only words that not contain the letters you enter here">
<i class="bi bi-question-circle"></i>
</div>
</div>
<div class="inculdeWith">
<label for="inculdeWith">Inculde</label>
<br>
<input autocomplete="off" type="text" id="inculdeWith" placeholder="Inculde" value=""
name="inculde">
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
- title="Only words that contain the letters you enter here">
+ data-tip="Only words that contain the letters you enter here">
<i class="bi bi-question-circle"></i>
</div>
</div>
<div class="wordLength same">
@@ -114,10 +113,10 @@
style="background-color: {{CustomColor.inputButtonBg}};">
<input type="submit" value="Apply" class="btn-info text-white"
style="background-color: {{CustomColor.inputButtonBg}};">
</div>
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
- title="Filter for words with this length">
+ data-tip="Filter for words with this length">
<i class="bi bi-question-circle"></i>
</div>
</div>
</div>
\ No newline at end of file