ajaxgetcopyprojectexecutions.ui.js 138 B

12345
  1. $(function()
  2. {
  3. if(hasExecution) $('.confirmBtn').removeClass('hidden');
  4. if(!hasExecution) $('.confirmBtn').addClass('hidden');
  5. })