done(), not end()
This commit is contained in:
parent
5218c132f5
commit
5e237a2723
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ Zotero.Styles = new function() {
|
|||
(new Zotero.Exception.Alert("styles.install.unexpectedError",
|
||||
origin, "styles.install.title", error)).present();
|
||||
}
|
||||
}).end();
|
||||
}).done();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue