mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-07 23:45:06 +00:00
![Eugen Rochko](/assets/img/avatar_default.png)
- Fix height not updating when clicking show more on public hashtag page - Add header to the public hashtag page - Change text size and margins on the public hashtag page
13 lines
219 B
JavaScript
13 lines
219 B
JavaScript
import Rails from 'rails-ujs';
|
|
|
|
export function start() {
|
|
require('font-awesome/css/font-awesome.css');
|
|
require.context('../images/', true);
|
|
|
|
try {
|
|
Rails.start();
|
|
} catch (e) {
|
|
// If called twice
|
|
}
|
|
};
|