freginold / lookItUp

bookmarklet to quickly Google selected text
Other
5 stars 0 forks source link

Some ASP pages show characters as undefined #1

Closed freginold closed 7 years ago

freginold commented 7 years ago

Browser Name & Version: IE 11

OS Version: Win 7

Issue: From certain .ASP pages, code returns "undefined" for each character in the selected string. (i.e. selecting "test" would open up a new tab and search Google for "undefinedundefinedundefinedundefined".)

freginold commented 7 years ago

Fixed. Changed textLocal[i] to textLocal.slice(i, i + 1).