Switch message to reference config.js.example
This commit is contained in:
parent
b01dccb44a
commit
0c68221312
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@ $(function () {
|
||||||
if (typeof upload.config.api_key != 'undefined') {
|
if (typeof upload.config.api_key != 'undefined') {
|
||||||
upload.modules.init()
|
upload.modules.init()
|
||||||
} else {
|
} else {
|
||||||
alert("Please configure with config.js - No API key")
|
alert("Please configure with config.js (see config.js.example) - No API key")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue