Revision 82db931d snf-astakos-app/astakos/im/static/im/js/common.js

b/snf-astakos-app/astakos/im/static/im/js/common.js
411 411
  $('.renew-token a.do').click(function(e){
412 412
    e.preventDefault();
413 413
    var els = [$(".renew-token .sub"),$('.renew-token .confirm'), $('.renew-token .close')];
414
    _.each(els, function (el) { el.show();})
414
    _.each(els, function (el) { el.css({'visibility':'visible'});})
415 415
  })
416 416

  
417 417
  $('.renew-token a.close').click(function(e){
418 418
    e.preventDefault();
419 419
    var els = [$(".renew-token .sub"),$('.renew-token .confirm'), $('.renew-token .close')];
420
    _.each(els, function (el) { el.hide();})
420
    _.each(els, function (el) { el.css({'visibility':'hidden'});})
421 421
  })
422 422

  
423 423

  

Also available in: Unified diff