mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
Added back confirmation before unlinking a device.
This commit is contained in:
@@ -27,6 +27,11 @@ define([
|
||||
if (options.error) {
|
||||
options.error(xhr);
|
||||
}
|
||||
},
|
||||
complete: function(xhr) {
|
||||
if (options.complete) {
|
||||
options.complete(xhr);
|
||||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user