register timemaster plugin
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<script src="./actions/GiteaPRAction.js"></script>
|
||||
<script src="./actions/RailwayAction.js"></script>
|
||||
<script src="./actions/StreamAction.js"></script>
|
||||
<script src="./actions/TimemasterAction.js"></script>
|
||||
<script src="./app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -26,6 +26,8 @@ $UD.onAdd(jsn => {
|
||||
ACTION_CACHES[context] = new RailwayAction($UD, context);
|
||||
} else if (name === 'stream') {
|
||||
ACTION_CACHES[context] = new StreamAction($UD, context);
|
||||
} else if (name === 'timemaster') {
|
||||
ACTION_CACHES[context] = new TimemasterAction($UD, context);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user