Selaa lähdekoodia

Tickets - hide DP when closing add/edit view

Vijayakrishnan 3 vuotta sitten
vanhempi
commit
c221492612
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      resources/views/app/patient/tickets.blade.php

+ 5 - 0
resources/views/app/patient/tickets.blade.php

@@ -949,6 +949,11 @@
                             $(document).on('focus', '#ticketsApp input.form-control', function() {
                                 $(this).select();
                             });
+
+                            $(document).off('stag-popup-closed.add-edit-popup-closure')
+                            $(document).on('stag-popup-closed.add-edit-popup-closure', function() {
+                                $('input.date-input').datepicker('hide');
+                            });
                         },
                         inWords: function (num) {
                             try {