Beremiz_service.py
changeset 719 db54ccc96309
parent 648 73295e742da2
child 835 8145be14a2ae
--- a/Beremiz_service.py	Mon May 07 19:19:08 2012 +0200
+++ b/Beremiz_service.py	Tue May 08 12:18:57 2012 +0200
@@ -607,7 +607,7 @@
         
         def __init__(self, plcState=False, *a, **kw):
             super(WebInterface, self).__init__(*a, **kw)
-            self.jsModules.mapping[u'WebInterface'] = util.sibpath(__file__, 'webinterface.js')
+            self.jsModules.mapping[u'WebInterface'] = util.sibpath(__file__, os.path.join('runtime', 'webinterface.js'))
             self.plcState = plcState
             self.MainPage.setPLCState(plcState)