add wp loader

This commit is contained in:
usmannasir
2025-04-07 14:59:29 +05:00
parent 8f9ba56815
commit 9a0cda2fbb
2 changed files with 6 additions and 9 deletions

View File

@@ -243,8 +243,9 @@
<div class="custom-control custom-switch">
<input ng-click="UpdateWPSettings('searchIndex')"
type="checkbox"
class="custom-control-input ng-pristine ng-untouched ng-valid ng-not-empty"
id="searchIndex">
class="custom-control-input"
id="searchIndex"
ng-model="searchIndexEnabled">
<label class="custom-control-label"
for="searchIndex"></label>
</div>