Mercurial > hg > digilib-old
changeset 1133:beb7e0f48242
nicer message.
author | robcast |
---|---|
date | Tue, 13 Nov 2012 19:44:19 +0100 |
parents | d47513632da5 |
children | cd594aa261ec |
files | webapp/src/main/webapp/jquery/jquery.digilib.annotator.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.annotator.js Tue Nov 13 19:29:23 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.annotator.js Tue Nov 13 19:44:19 2012 +0100 @@ -184,7 +184,7 @@ var setAnnotationUser = function (data, auth, user, password) { if (user == null) { // user name entered in JS-prompt - user = window.prompt("Please authenticate: User name", data.settings.annotationUser); + user = window.prompt("Please authenticate (Cancel to log out): User name", data.settings.annotationUser); if (user != null && user != 'anonymous') { // password entered in JS-prompt password = window.prompt("Please authenticate: Password", '');