You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that from this error? Uncaught SecurityError: Blocked a frame with origin "http://demo.bywatersolutions.com" from accessing a frame with origin "http://gots.bywatersolutions.com". Protocols, domains, and ports must match. https://syndication.twitter.com/i/jot/syndication?dnt=1&l=%7B%22_category_%…w%22%2C%22page%22%3A%22timeline%22%2C%22action%22%3A%22impression%22%7D%7D Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
I was thinking the js error
permisson denied to access property "document"
from basket.js:44:9
might be stopping the rest of the script from loading, however, I get the same error just loading our site in an iframe on another page, so it may be an issue on our end
It look like the book bar is attempting to access the main document: str_cookie = parent.document.cookie;
Because GotS runs on iframes, browser security restrictions are not going to allow that. We're open to hearing about other approaches, but at the moment your choices are to change your site, or to run that tutorial in popup mode.
If you see this page: http://demo.bywatersolutions.com you see there is a scrolling book image. If you go to http://gots.bywatersolutions.com/tutorial/koha-demo you see that the book bar isn't there.
The text was updated successfully, but these errors were encountered: