patriceac 92d3d9cd33
Fix filename parsing issue
Here is a more robust fix for task restoration in dnd.js. Task restoration will fail if the JSON contains "use_face_correction": false, which can happen under some circumstances.

The fix checks if the filename passed to getModelPath is actually a string, which covers both the previous scenario (filename === null) and this new one (filename === false).
2023-02-17 18:49:51 -08:00
..
2023-02-12 14:48:09 +05:30
2023-02-17 18:49:51 -08:00
2023-02-06 19:42:24 +05:30
2023-01-16 23:56:44 -08:00
2023-02-17 00:54:41 +01:00
2023-02-14 19:33:25 +05:30