Browse Source

DIV-1224 - Marriage date not being saved

pull/172/head
Michael Olund 5 years ago
parent
commit
4e5d9e7e87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/static/js/main.js

+ 1
- 1
edivorce/apps/core/static/js/main.js View File

@ -1236,7 +1236,7 @@ var date_picker = function (selector, showOnFocus) {
showOnFocus: showOnFocus,
startView: 'decade',
clearBtn: true
}).on('dp.change', function(e) {
}).on('dp.change hide', function(e) {
$(this).find('input').trigger('change');
}).on('show', function(e) {
$(this).closest(selector).find('input').attr('readonly','readonly');


Loading…
Cancel
Save