Fixed typo.

Ylian Saint-Hilaire committed Feb 14, 2022 at 16:46 UTC 92ad8e34bc8de71b69575af25b672d48d735fe12
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -17218,7 +17218,7 @@
17218
17219 // Request Confirmation if closing while a desktop, terminal session is active
17220 window.addEventListener('beforeunload', function (e) {
17221 - if (((desktop != null) && (xxcurrentView == 11)) || ((terminal != null) && (xxcurrentView = 12))) { e.preventDefault(); e.returnValue = ''; }
17221 + if (((desktop != null) && (xxcurrentView == 11)) || ((terminal != null) && (xxcurrentView == 12))) { e.preventDefault(); e.returnValue = ''; }
17222 });
17223
17224 </script>