forked from lavender/watch-party
		
	Bust cache
This commit is contained in:
		
							parent
							
								
									bfdcf2afed
								
							
						
					
					
						commit
						8717e0dff2
					
				
					 9 changed files with 16 additions and 16 deletions
				
			
		|  | @ -3,7 +3,7 @@ | ||||||
|   <head> |   <head> | ||||||
|     <meta charset="utf-8" /> |     <meta charset="utf-8" /> | ||||||
|     <title>watch party :D</title> |     <title>watch party :D</title> | ||||||
|     <link rel="stylesheet" href="/styles.css?v=ee93fb" /> |     <link rel="stylesheet" href="/styles.css?v=bfdcf2" /> | ||||||
|   </head> |   </head> | ||||||
| 
 | 
 | ||||||
|   <body> |   <body> | ||||||
|  | @ -47,6 +47,6 @@ | ||||||
|       </form> |       </form> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|     <script type="module" src="/create.mjs?v=ee93fb"></script> |     <script type="module" src="/create.mjs?v=bfdcf2"></script> | ||||||
|   </body> |   </body> | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import { setupCreateSessionForm } from "./lib/create-session.mjs?v=ee93fb"; | import { setupCreateSessionForm } from "./lib/create-session.mjs?v=bfdcf2"; | ||||||
| 
 | 
 | ||||||
| const main = () => { | const main = () => { | ||||||
|   setupCreateSessionForm(); |   setupCreateSessionForm(); | ||||||
|  |  | ||||||
|  | @ -3,7 +3,7 @@ | ||||||
|   <head> |   <head> | ||||||
|     <meta charset="utf-8" /> |     <meta charset="utf-8" /> | ||||||
|     <title>watch party :D</title> |     <title>watch party :D</title> | ||||||
|     <link rel="stylesheet" href="/styles.css?v=ee93fb" /> |     <link rel="stylesheet" href="/styles.css?v=bfdcf2" /> | ||||||
|   </head> |   </head> | ||||||
| 
 | 
 | ||||||
|   <body> |   <body> | ||||||
|  | @ -64,6 +64,6 @@ | ||||||
|       </form> |       </form> | ||||||
|     </div> |     </div> | ||||||
| 
 | 
 | ||||||
|     <script type="module" src="/main.mjs?v=ee93fb"></script> |     <script type="module" src="/main.mjs?v=bfdcf2"></script> | ||||||
|   </body> |   </body> | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
|  | @ -2,11 +2,11 @@ import { | ||||||
|   setDebounce, |   setDebounce, | ||||||
|   setVideoTime, |   setVideoTime, | ||||||
|   setPlaying, |   setPlaying, | ||||||
| } from "./watch-session.mjs?v=ee93fb"; | } from "./watch-session.mjs?v=bfdcf2"; | ||||||
| import { emojify, findEmojis } from "./emojis.mjs?v=ee93fb"; | import { emojify, findEmojis } from "./emojis.mjs?v=bfdcf2"; | ||||||
| import { linkify } from "./links.mjs?v=ee93fb"; | import { linkify } from "./links.mjs?v=bfdcf2"; | ||||||
| import { joinSession } from "./watch-session.mjs?v=ee93fb"; | import { joinSession } from "./watch-session.mjs?v=bfdcf2"; | ||||||
| import { pling } from "./pling.mjs?v=ee93fb"; | import { pling } from "./pling.mjs?v=bfdcf2"; | ||||||
| import { state } from "./state.mjs"; | import { state } from "./state.mjs"; | ||||||
| 
 | 
 | ||||||
| function setCaretPosition(elem, caretPos) { | function setCaretPosition(elem, caretPos) { | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import { createSession } from "./watch-session.mjs?v=ee93fb"; | import { createSession } from "./watch-session.mjs?v=bfdcf2"; | ||||||
| 
 | 
 | ||||||
| export const setupCreateSessionForm = () => { | export const setupCreateSessionForm = () => { | ||||||
|   const form = document.querySelector("#create-session-form"); |   const form = document.querySelector("#create-session-form"); | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import { joinSession } from "./watch-session.mjs?v=ee93fb"; | import { joinSession } from "./watch-session.mjs?v=bfdcf2"; | ||||||
| import { state } from "./state.mjs"; | import { state } from "./state.mjs"; | ||||||
| 
 | 
 | ||||||
| /** | /** | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import { joinSession } from "./watch-session.mjs?v=ee93fb"; | import { joinSession } from "./watch-session.mjs?v=bfdcf2"; | ||||||
| import { state } from "./state.mjs"; | import { state } from "./state.mjs"; | ||||||
| 
 | 
 | ||||||
| export async function linkify( | export async function linkify( | ||||||
|  |  | ||||||
|  | @ -1,10 +1,10 @@ | ||||||
| import { setupVideo } from "./video.mjs?v=ee93fb"; | import { setupVideo } from "./video.mjs?v=bfdcf2"; | ||||||
| import { | import { | ||||||
|   setupChat, |   setupChat, | ||||||
|   logEventToChat, |   logEventToChat, | ||||||
|   updateViewerList, |   updateViewerList, | ||||||
|   printChatMessage, |   printChatMessage, | ||||||
| } from "./chat.mjs?v=ee93fb"; | } from "./chat.mjs?v=bfdcf2"; | ||||||
| import ReconnectingWebSocket from "./reconnecting-web-socket.mjs"; | import ReconnectingWebSocket from "./reconnecting-web-socket.mjs"; | ||||||
| import { state } from "./state.mjs"; | import { state } from "./state.mjs"; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import { setupJoinSessionForm } from "./lib/join-session.mjs?v=ee93fb"; | import { setupJoinSessionForm } from "./lib/join-session.mjs?v=bfdcf2"; | ||||||
| 
 | 
 | ||||||
| const main = () => { | const main = () => { | ||||||
|   setupJoinSessionForm(); |   setupJoinSessionForm(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue