Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.       // Check if the probe arm hasn't been modified compared to the original
  2.       if (!this.isArmModified(this.armOriginal, arm)) {
  3.         this.alertWarning = true;
  4.         this.alertMsg = this.$t('alert.noEdit');
  5.         return;
  6.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement