3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 17:35:44 +02:00

add a message for domain query with missing access token

This commit is contained in:
Stephen Birarda 2014-09-30 09:37:41 -07:00
parent 85aa0c34fb
commit f07a8fd672

View file

@ -92,7 +92,11 @@ $(document).ready(function(){
if (Settings.initialValues.metaverse["access-token"]) {
} else {
bootbox.alert({
message: "You must have an access token to query your High Fidelity domains.<br><br>" +
"Please follow the instructions on the settings page to add an access token.",
title: "Access token required"
})
}
})