add `popup-allow-focus` to the popover templates

This commit is contained in:
Vardan Akopian 2017-08-16 16:35:02 -07:00 committed by GitHub
parent 4d1bec860d
commit 5ad132b57f
1 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@
type="text" \
name="date" \
value="{{ date }}" \
class="form-control align-right" \
class="form-control align-right popup-allow-focus" \
autocomplete="off" \
placeholder="{{ date_placeholder }}" /> \
</div> \
@ -147,7 +147,7 @@
type="text" \
name="date" \
value="{{ date }}" \
class="form-control align-right" \
class="form-control align-right popup-allow-focus" \
autocomplete="off" \
placeholder="{{ after_placeholder }}" /> \
</div> \
@ -397,4 +397,4 @@
}
}
}(window.jQuery);
}(window.jQuery);