Browse Source

DIV-1199 - deactivate immediateUpdates option for date picker

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

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

@ -1212,7 +1212,6 @@ var date_picker = function (selector, showOnFocus) {
endDate: endDate,
autoclose: true,
todayHighlight: true,
immediateUpdates: true,
showOnFocus: showOnFocus,
startView: 'decade',
clearBtn: true


Loading…
Cancel
Save