forked from lavender/watch-party
		
	Bump cache-busting version to 5
This commit is contained in:
		
							parent
							
								
									e4740c757f
								
							
						
					
					
						commit
						1892b32589
					
				
					 7 changed files with 10 additions and 10 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <title>watch party :D</title> | ||||
|     <link rel="stylesheet" href="/styles.css?v=4" /> | ||||
|     <link rel="stylesheet" href="/styles.css?v=5" /> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|  | @ -47,6 +47,6 @@ | |||
|       </p> | ||||
|     </div> | ||||
| 
 | ||||
|     <script type="module" src="/create.mjs?v=1"></script> | ||||
|     <script type="module" src="/create.mjs?v=5"></script> | ||||
|   </body> | ||||
| </html> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { setupCreateSessionForm } from "./lib/create-session.mjs?v=2"; | ||||
| import { setupCreateSessionForm } from "./lib/create-session.mjs?v=5"; | ||||
| 
 | ||||
| const main = () => { | ||||
|   setupCreateSessionForm(); | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <title>watch party :D</title> | ||||
|     <link rel="stylesheet" href="/styles.css?v=4" /> | ||||
|     <link rel="stylesheet" href="/styles.css?v=5" /> | ||||
|   </head> | ||||
| 
 | ||||
|   <body> | ||||
|  | @ -52,6 +52,6 @@ | |||
|       </form> | ||||
|     </div> | ||||
| 
 | ||||
|     <script type="module" src="/main.mjs?v=4"></script> | ||||
|     <script type="module" src="/main.mjs?v=5"></script> | ||||
|   </body> | ||||
| </html> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { createSession } from "./watch-session.mjs?v=4"; | ||||
| import { createSession } from "./watch-session.mjs?v=5"; | ||||
| 
 | ||||
| export const setupCreateSessionForm = () => { | ||||
|   const form = document.querySelector("#create-session-form"); | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { joinSession } from "./watch-session.mjs?v=4"; | ||||
| import { joinSession } from "./watch-session.mjs?v=5"; | ||||
| 
 | ||||
| /** | ||||
|  * @param {HTMLInputElement} field | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| import { setupVideo } from "./video.mjs?v=e"; | ||||
| import { setupChat, logEventToChat } from "./chat.mjs?v=2"; | ||||
| import { setupVideo } from "./video.mjs?v=5"; | ||||
| import { setupChat, logEventToChat } from "./chat.mjs?v=5"; | ||||
| 
 | ||||
| /** | ||||
|  * @param {string} sessionId | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| import { setupJoinSessionForm } from "./lib/join-session.mjs?v=4"; | ||||
| import { setupJoinSessionForm } from "./lib/join-session.mjs?v=5"; | ||||
| 
 | ||||
| const main = () => { | ||||
|   setupJoinSessionForm(); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue