diff options
Diffstat (limited to 'examples/web/physics/loader.html')
| -rw-r--r-- | examples/web/physics/loader.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/physics/loader.html b/examples/web/physics/loader.html index 1cedc34..74b8082 100644 --- a/examples/web/physics/loader.html +++ b/examples/web/physics/loader.html @@ -107,7 +107,7 @@ <script type='text/javascript'> function saveFileFromMEMFSToDisk(memoryFSname, localFSname) // This can be called by C/C++ code { - var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); + var isSafari = false; // Not supported, navigator.userAgent access is being restricted var data = FS.readFile(memoryFSname); var blob; |
