Fix callback

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-03-26 14:17:01 +02:00
parent 12a019d328
commit 980ef89dbf
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ var OCP = {},
cache: true,
success: function (content) {
eval(content);
eval(ready);
ready();
},
async: false
});