Facebook
From Tinct Crane, 6 Years ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 278
  1. if(error.status === 409) {
  2.                     AlertMessage.showMessage('error', responseText.message, 'alert-main alert-popup-window');
  3.                 } else {
  4.                     AlertMessage.showMessage('error', responseText.message, 'alert-main alert-popup-window');
  5.                 }