short term fix unbal quote in file security regex

This commit is contained in:
Rolands 2023-04-06 19:19:28 +03:00
parent c2daac4970
commit a02a50ed59

View file

@ -53,7 +53,7 @@
//cleanup for dev server reloads.
onDestroy(() => {
sc.UnsubscribeAll({props:true, queries:true}); //NB! this wipes the subscriptions on the SocioClient instance, not just the ones registered here. Subscriptions return id's to use for unsubscribing.
sc.UnsubscribeAll({props:true, queries:true}); //NB! this wipes the subscriptions on the SocioClient instance, not just the ones registered here. Subscriptions return ids to use for unsubscribing.
})
</script>