Commit cbce9a86 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлено обновление поля input (data-type='date') для работы datepicker

parent 0f0c120d
......@@ -14,6 +14,7 @@ $(document).on('click', 'a.add_condition', function() {
success: function(response) {
var result = JSON.parse(response);
container.append(result);
$('input[data-type="date"]').datepicker();
}
})
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment