forked from cybrespace/mastodon
		
	Require images in common.js (#4232)
This commit is contained in:
		
							parent
							
								
									a47c2e8890
								
							
						
					
					
						commit
						b15f790221
					
				
					 3 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -8,8 +8,6 @@ function main() {
 | 
				
			||||||
  const React = require('react');
 | 
					  const React = require('react');
 | 
				
			||||||
  const ReactDOM = require('react-dom');
 | 
					  const ReactDOM = require('react-dom');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  require.context('../images/', true);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  if (window.history && history.replaceState) {
 | 
					  if (window.history && history.replaceState) {
 | 
				
			||||||
    const { pathname, search, hash } = window.location;
 | 
					    const { pathname, search, hash } = window.location;
 | 
				
			||||||
    const path = pathname + search + hash;
 | 
					    const path = pathname + search + hash;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,4 +4,6 @@ import { start } from 'rails-ujs';
 | 
				
			||||||
require('font-awesome/css/font-awesome.css');
 | 
					require('font-awesome/css/font-awesome.css');
 | 
				
			||||||
require('mastodon-application-style');
 | 
					require('mastodon-application-style');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					require.context('../images/', true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
start();
 | 
					start();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,8 +6,6 @@ import { getLocale } from '../mastodon/locales';
 | 
				
			||||||
import loadPolyfills from '../mastodon/load_polyfills';
 | 
					import loadPolyfills from '../mastodon/load_polyfills';
 | 
				
			||||||
import ready from '../mastodon/ready';
 | 
					import ready from '../mastodon/ready';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
require.context('../images/', true);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const { localeData } = getLocale();
 | 
					const { localeData } = getLocale();
 | 
				
			||||||
localeData.forEach(IntlRelativeFormat.__addLocaleData);
 | 
					localeData.forEach(IntlRelativeFormat.__addLocaleData);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue