Index: trunk/FACT++/src/RemoteControl.h
===================================================================
--- trunk/FACT++/src/RemoteControl.h	(revision 15101)
+++ trunk/FACT++/src/RemoteControl.h	(revision 15102)
@@ -162,7 +162,7 @@
     // ============ Pseudo-callback interface for the JavaScrip engine =======
 
-    void  JsLoad(const std::string &)         { SetSection(-3); }
+    void  JsLoad(const std::string &)         { SetSection(-3); InterpreterV8::JsLoad(); }
     void  JsStart(const std::string &)        { SetSection(-2); }
-    void  JsEnd(const std::string &)          { UnsubscribeAll(); SetSection(-4); }
+    void  JsEnd(const std::string &)          { UnsubscribeAll(); InterpreterV8::JsEnd(); SetSection(-4); }
     bool  JsSend(const std::string &str)      { return ProcessCommand(str, false); }
     void  JsOut(const std::string &msg)       { lin << msg << endl; }
