double click edit + tooltips
This commit is contained in:
@@ -775,9 +775,15 @@
|
||||
<script>
|
||||
const openProjectPartCookieName = 'openProjectPart' + @Html.Raw(Model.Project.IdProject);
|
||||
$(document).ready(function() {
|
||||
document.body.addEventListener('htmx:beforeRequest',
|
||||
function(evt) {
|
||||
$('[data-toggle=tooltip]').tooltip('hide');
|
||||
});
|
||||
|
||||
document.body.addEventListener('htmx:afterSettle',
|
||||
function(evt) {
|
||||
$('.select2').select2();
|
||||
tooltips();
|
||||
|
||||
$('.inp-tbl-edit-calculate-price').on("input",
|
||||
function() {
|
||||
|
||||
Reference in New Issue
Block a user