1
0
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:
Shuai Lin
2016-05-03 10:53:34 +08:00
committed by lian
parent 2877dc481e
commit bdd1fc2054
2 changed files with 33 additions and 2 deletions

View File

@@ -27,6 +27,11 @@ define([
if (options.error) {
options.error(xhr);
}
},
complete: function(xhr) {
if (options.complete) {
options.complete(xhr);
}
}
});
},