diff --git a/EWC/dDQ.aplf b/EWC/dDQ.aplf index e601235..ae0c8f2 100644 --- a/EWC/dDQ.aplf +++ b/EWC/dDQ.aplf @@ -29,7 +29,7 @@ obs←,⊂(pre←(⍕caller),'.'),'_EWC.TIMER' ⍝ The object which implements our message queue :If 9≠⎕NC ⊃obs ⍝ If it was not created in make_EWC - make_EWC_TIMER caller + make_EWC_TIMER caller._EWC :EndIf :If USEHR ⍝ In Desktop mode, also DQ all the HTMLRenderers diff --git a/EWC/make_EWC.aplf b/EWC/make_EWC.aplf index c0d6935..5221f01 100644 --- a/EWC/make_EWC.aplf +++ b/EWC/make_EWC.aplf @@ -4,7 +4,6 @@ make_EWC code;ns code.⎕EX'_EWC' ns←⍎'_EWC'code.⎕NS'' ⍝ Create Session State namespace ns.buffer←'' ⍝ Websocket receive buffer -... :If MODE≠2 make_EWC_TIMER ns ⍝ In MULTI mode, DQ must create the TIMER :EndIf