Switch message to reference config.js.example

This commit is contained in:
Andre D 2015-07-03 20:30:41 -04:00
parent b01dccb44a
commit 0c68221312

View file

@ -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")
} }
}) })