Our copy of the jquery plugin wrapSelection.js uses the now deprecated $.browser.msie interface which in our case (webkit) is always false anyway.
I will edit that javascript to remove the unneeded code for old ie explorer. That should make your error go away.
KevinH
Quote:
Originally Posted by KevinH
That indicates that some javascript is trying to access $.browser.msie but that has been removed from jQuery. I will try to track down if that is something in the Sigil code or something in QtWebkit.
It can be safely ignored unless you are using your own javascript in a epub3 ebook.
|