Simple alert when try to overwrite existing printer profile
This commit is contained in:
parent
b9102841b7
commit
5cadfb5a09
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,9 @@ $(function() {
|
|||
callback();
|
||||
}
|
||||
self.requestData();
|
||||
},
|
||||
error: function(jqXHR) {
|
||||
alert(jqXHR.responseText);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue