File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11< aside class ="navbar-demo-box " title ="try RobotKernel in your browser right now. ">
22 < h2 > DEMO</ h2 >
33 < div class ="demo-label ">
4- Try < code > RobotKernel</ code > right now with < input
4+ Try < code > RobotKernel</ code > right now with < em > < input
55 id ="room-name "
66 type ="text "
77 placeholder ="nobody else "
8- title ="give a room name to enable shared editing "
8+ title ="give a room name to enable shared editing with videochat "
99 /> in...</ em >
1010 </ div >
1111 < form
@@ -16,12 +16,12 @@ <h2>DEMO</h2>
1616 < input
1717 type ="submit "
1818 title ="RobotKernel in the la[te]st Jupyter UI "
19- title ="JupyterLab UI "
2019 value ="JupyterLab "
2120 class ="launch-demo "
2221 />
2322 < input name ="path " type ="hidden " value ="Example.ipynb " />
2423 < input name ="room " type ="hidden " value ="" />
24+ < input name ="JVC-PUBLIC " type ="hidden " value ="" />
2525 </ form >
2626 < div class ="demo-label ">
2727 ... with < a href ="https://github.com/jupyterlite/jupyterlite "> JupyterLite</ a >
@@ -31,9 +31,10 @@ <h2>DEMO</h2>
3131< script >
3232 $ ( function ( ) {
3333 const roomName = $ ( "#room-name" ) ;
34- roomName . on ( "input" , ( ) =>
35- $ ( "input[name='room']" ) . prop ( "value" , roomName . prop ( "value" ) )
36- ) ;
34+ roomName . on ( "input" , ( ) => {
35+ $ ( "input[name='room']" ) . prop ( "value" , roomName . prop ( "value" ) ) ;
36+ $ ( "input[name='JVC-PUBLIC']" ) . prop ( "value" , roomName . prop ( "value" ) ) ;
37+ } ) ;
3738 } ) ;
3839</ script >
3940
You can’t perform that action at this time.
0 commit comments