Revision dc868498 snf-astakos-app/astakos/im/static/im/js/common.js

b/snf-astakos-app/astakos/im/static/im/js/common.js
408 408

  
409 409
/* end of project members page js */
410 410

  
411
  $('.renew-token a.do').click(function(e){
412
    e.preventDefault();
413
    var els = [$(".renew-token .sub"),$('.renew-token .confirm'), $('.renew-token .close')];
414
    _.each(els, function (el) { el.show();})
415
  })
416

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

  
411 423

  
412 424
});
413 425
	

Also available in: Unified diff