# HG changeset patch # User robcast # Date 1314640713 -7200 # Node ID be3a0ad71f3e0779541a52332a476fe24a459e51 # Parent 46db3222bdabf845f3c9ba3e99d54e7be9808d51 fix bug with fullscreen mode diff -r 46db3222bdab -r be3a0ad71f3e 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); }