fixing disable future error
This commit is contained in:
parent
b62877d1bd
commit
793b8b4a7d
|
|
@ -345,7 +345,7 @@ function showDisableModal(quoteID, enquiryRef) {
|
||||||
document.getElementById('disableModal').classList.remove('hidden');
|
document.getElementById('disableModal').classList.remove('hidden');
|
||||||
|
|
||||||
// Close any open dropdowns
|
// Close any open dropdowns
|
||||||
document.querySelectorAll('form > div.absolute').forEach(d => d.classList.add('hidden'));
|
document.querySelectorAll('div.absolute.right-0').forEach(d => d.classList.add('hidden'));
|
||||||
}
|
}
|
||||||
|
|
||||||
function hideDisableModal() {
|
function hideDisableModal() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue