Bug 18447 - Remove redundant line
authorNick Clemens <nick@bywatersolutions.com>
Wed, 19 Jul 2017 17:31:03 +0000 (17:31 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 25 Aug 2017 14:38:46 +0000 (11:38 -0300)
This line was added by bug 12342 but seems to have stopped working.

These patches set default so this specific case should not be needed.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/js/members.js

index 28853b2..2ced2ec 100644 (file)
@@ -317,7 +317,6 @@ $(document).ready(function(){
         $('input[name="country"]').val( RegExp.$4 );
     });
 
-    $("#dateofbirth").datepicker({ maxDate: "-1D", yearRange: "c-120:" });
     dateformat = $("#dateofbirth").siblings(".hint").first().html();
 
     if( $('#dateofbirth').length ) {