mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Revert "update user agent" for now as it cause trouble to login
This reverts commit ae8995fec2
.
(cherry picked from commit cd35171fd18d47839faa3ea119f3cbfc356c0a65)
This commit is contained in:
parent
bba367cde8
commit
8dd9c11241
6 changed files with 9 additions and 9 deletions
|
@ -260,7 +260,7 @@ function clearCookie(name) {
|
|||
/*--------Studio WX Message-------*/
|
||||
function IsInSlicer()
|
||||
{
|
||||
let bMatch=navigator.userAgent.match( RegExp('OrcaSlicer','i') );
|
||||
let bMatch=navigator.userAgent.match( RegExp('BBL-Slicer','i') );
|
||||
|
||||
return bMatch;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue