issue 112 Support Chrome-based Opera

This commit is contained in:
Jason Barnabe 2013-07-03 12:33:31 -05:00
parent 1184861a0d
commit 9e8902bfe1

View File

@ -48,7 +48,7 @@ function doDelete() {
}
function getBrowser() {
if (navigator.userAgent.indexOf("Opera") > -1) {
if (navigator.userAgent.indexOf("OPR") > -1) {
return "Opera";
}
return "Chrome";