ericwoodruff / passwordhasherplus

Password Hasher Plus
http://goo.gl/LyLk3
Other
12 stars 21 forks source link

Portable HTML doesn't work in Firefox #2

Closed Technium closed 12 years ago

Technium commented 12 years ago

Not worth a fork for this...

Replace: if (chrome.extension) { with: if (typeof chrome != "undefined" && chrome.extension) {

Then it works just fine (at least on 10.0).

Also doesn't work on IE9 for WP7, but that's harder to diagnose so I'll get to that later.

ericwoodruff commented 12 years ago

Done