Subject: | operation aborted message in Internet Explorer |
Internet Explorer returns operation aborted message if there is no div
with id "debug" on page.
While this bug is a show-stopper for Internet Explorer users, fix is
simple: if you don't want to use debug, just add dummy function with
same name in usage.js like this:
function debug(foo) {
return;
}
usage.js should be loaded *after* search.js in html for this to work.
I think this is Explorer bug, and I doubt that it will be solved.