mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix callback
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
12a019d328
commit
980ef89dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ var OCP = {},
|
|||
cache: true,
|
||||
success: function (content) {
|
||||
eval(content);
|
||||
eval(ready);
|
||||
ready();
|
||||
},
|
||||
async: false
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue