# HG changeset patch # User robcast # Date 1314640713 -7200 # Node ID ee3383f80cb0a8d538d9f99c7d4bb1774c38459c # Parent 1180d7a6aec117295d8a087b49187d4e99aff6cc fix bug with fullscreen mode diff -r 1180d7a6aec1 -r ee3383f80cb0 webapp/src/main/webapp/jquery/jquery.digilib.js --- a/webapp/src/main/webapp/jquery/jquery.digilib.js Thu Aug 11 15:27:09 2011 +0200 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.js Mon Aug 29 19:58:33 2011 +0200 @@ -370,7 +370,7 @@ // take current host var url = window.location.toString(); // assume the page lives in [webapp]/jquery/ - var pos = url.indexOf('jquery/'); + var pos = url.indexOf('/jquery/'); if (pos > 0) { elemSettings.digilibBaseUrl = url.substring(0, pos); }