history-view.js 160 Bytes
paginer.init_widget.lexeme_history = {
  'time': function(row) {
    "use strict";
    row.find('input.datepicker').datepicker($.datepicker.regional.pl);
  }
};