forked from lavender/watch-party
		
	Update cache-busting tag
This commit is contained in:
		
							parent
							
								
									e9a1b762e7
								
							
						
					
					
						commit
						fba47e5943
					
				
					 8 changed files with 20 additions and 12 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <title>watch party :D</title> | ||||
|     <link rel="stylesheet" href="/styles.css?v=9" /> | ||||
|     <link rel="stylesheet" href="/styles.css?v=e9a1b" /> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|  | @ -47,6 +47,6 @@ | |||
|       </form> | ||||
|     </div> | ||||
| 
 | ||||
|     <script type="module" src="/create.mjs?v=9"></script> | ||||
|     <script type="module" src="/create.mjs?v=e9a1b"></script> | ||||
|   </body> | ||||
| </html> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { setupCreateSessionForm } from "./lib/create-session.mjs?v=9"; | ||||
| import { setupCreateSessionForm } from "./lib/create-session.mjs?v=e9a1b"; | ||||
| 
 | ||||
| const main = () => { | ||||
|   setupCreateSessionForm(); | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <title>watch party :D</title> | ||||
|     <link rel="stylesheet" href="/styles.css?v=9" /> | ||||
|     <link rel="stylesheet" href="/styles.css?v=e9a1b" /> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|  | @ -64,6 +64,6 @@ | |||
|       </form> | ||||
|     </div> | ||||
| 
 | ||||
|     <script type="module" src="/main.mjs?v=9"></script> | ||||
|     <script type="module" src="/main.mjs?v=e9a1b"></script> | ||||
|   </body> | ||||
| </html> | ||||
|  |  | |||
|  | @ -1,5 +1,9 @@ | |||
| import { setDebounce, setVideoTime, setPlaying } from "./watch-session.mjs?v=9"; | ||||
| import { emojify, emojis } from "./emojis.mjs?v=9"; | ||||
| import { | ||||
|   setDebounce, | ||||
|   setVideoTime, | ||||
|   setPlaying, | ||||
| } from "./watch-session.mjs?v=e9a1b"; | ||||
| import { emojify, emojis } from "./emojis.mjs?v=e9a1b"; | ||||
| 
 | ||||
| function insertAtCursor(input, textToInsert) { | ||||
|   const isSuccess = document.execCommand("insertText", false, textToInsert); | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { createSession } from "./watch-session.mjs?v=9"; | ||||
| import { createSession } from "./watch-session.mjs?v=e9a1b"; | ||||
| 
 | ||||
| export const setupCreateSessionForm = () => { | ||||
|   const form = document.querySelector("#create-session-form"); | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { joinSession } from "./watch-session.mjs?v=9"; | ||||
| import { joinSession } from "./watch-session.mjs?v=e9a1b"; | ||||
| 
 | ||||
| /** | ||||
|  * @param {HTMLInputElement} field | ||||
|  |  | |||
|  | @ -1,5 +1,9 @@ | |||
| import { setupVideo } from "./video.mjs?v=9"; | ||||
| import { setupChat, logEventToChat, updateViewerList } from "./chat.mjs?v=9"; | ||||
| import { setupVideo } from "./video.mjs?v=e9a1b"; | ||||
| import { | ||||
|   setupChat, | ||||
|   logEventToChat, | ||||
|   updateViewerList, | ||||
| } from "./chat.mjs?v=e9a1b"; | ||||
| import ReconnectingWebSocket from "./reconnecting-web-socket.mjs"; | ||||
| 
 | ||||
| /** | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { setupJoinSessionForm } from "./lib/join-session.mjs?v=9"; | ||||
| import { setupJoinSessionForm } from "./lib/join-session.mjs?v=e9a1b"; | ||||
| 
 | ||||
| const main = () => { | ||||
|   setupJoinSessionForm(); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue