font-weight: 700;
font-size: 24px;
line-height: 1em;
+ pointer-events: none;
}
.dropzone .dz-preview [data-dz-download] {
notification_type = 'error';
}
- new PNotify({
+ new Noty({
text: response.message,
type: notification_type,
icon: false
message = xhr.responseJSON.message;
}
- new PNotify({
+ new Noty({
text: message,
type: 'error',
icon: false
message = response.message;
}
- new PNotify({
+ new Noty({
text: message,
type: 'error',
icon: false
message = xhr.responseJSON.message;
}
- new PNotify({
+ new Noty({
text: message,
type: 'error',
icon: false