mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
fix strictMode for isUnsupportedBrowser
This commit is contained in:
@@ -528,7 +528,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return strictMode; // not found
|
|
||||||
|
if (strictMode) {
|
||||||
|
return false; // not found
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user