Fixed calendar button

remotes/origin/1203
re0ne 11 years ago
parent 5964cdafc0
commit 592ff39e29
  1. 2
      templates/client/static_client/js/_modules/block.common.js
  2. 2
      templates/client/static_client/js_min/_modules/block.common.min.js

@ -354,7 +354,7 @@ if (EXPO.common){
$staticFields = $('.'+validErrorClass);
$waiter = $('#wait-ajax:not(.absolute)').css({'z-index': '8031'});
$('.'+addClass+', .'+remClass).on('click', function(event){
$('body').on('click', '.' + addClass + ', .' + remClass, function(event) {
addText = self.opt.addCalendarText;
remText = self.opt.removeCalendarText;
event.preventDefault();

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save