mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Updates to mark tickets billable, and keep track of which have been billed.
This commit is contained in:
8
js/show_modals.js
Normal file
8
js/show_modals.js
Normal file
@@ -0,0 +1,8 @@
|
||||
$(document).ready(function () {
|
||||
$('.modal').each(function () {
|
||||
const modalId = `#${$(this).attr('id')}`;
|
||||
if (window.location.href.indexOf(modalId) !== -1) {
|
||||
$(modalId).modal('show');
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user