if (typeof tfm == 'undefined') {  // earlier than 1.13
    foreman.tools.showSpinner();
  } else {
    tfm.tools.showSpinner();
  }