This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fixed image require
closed-social-glitch-2
kibigo!
7 years ago
parent
bc4fa6b198
commit
7c75702d05
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/core/common.js
+ 1
- 1
app/javascript/core/common.js
View File
@ -3,6 +3,6 @@
import
{
start
}
from
'rails-ujs'
;
import
'font-awesome/css/font-awesome.css'
;
require
.
context
(
'images/'
,
true
)
;
require
.
context
(
'
../
images/'
,
true
)
;
start
(
)
;
Write
Preview
Loading…
Cancel
Save