[Glitch] Remove redundant ready() wrapper
Port fa6b30b2f9 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									481a54ffdf
								
							
						
					
					
						commit
						1c86cabf4b
					
				
					 1 changed files with 125 additions and 128 deletions
				
			
		|  | @ -14,7 +14,6 @@ import emojify  from 'flavours/glitch/features/emoji/emoji'; | |||
| import loadKeyboardExtensions from 'flavours/glitch/load_keyboard_extensions'; | ||||
| import { loadLocale, getLocale } from 'flavours/glitch/locales'; | ||||
| import { loadPolyfills } from 'flavours/glitch/polyfills'; | ||||
| import ready from 'flavours/glitch/ready'; | ||||
| 
 | ||||
| const messages = defineMessages({ | ||||
|   usernameTaken: { id: 'username.taken', defaultMessage: 'That username is taken. Try another' }, | ||||
|  | @ -42,7 +41,6 @@ function main() { | |||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   ready(() => { | ||||
|   const locale = document.documentElement.lang; | ||||
| 
 | ||||
|   const dateTimeFormat = new Intl.DateTimeFormat(locale, { | ||||
|  | @ -195,7 +193,6 @@ function main() { | |||
|     const message = (statusEl.dataset.spoiler === 'expanded') ? (localeData['status.show_less'] || 'Show less') : (localeData['status.show_more'] || 'Show more'); | ||||
|     spoilerLink.textContent = (new IntlMessageFormat(message, locale)).format(); | ||||
|   }); | ||||
|   }); | ||||
| 
 | ||||
|   const toggleSidebar = () => { | ||||
|     const sidebar = document.querySelector('.sidebar ul'); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue