This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix admin.js starting rails-ujs twice (
fixes
#8168
) (
#8213
)
master
ThibG
6 years ago
committed by
Eugen Rochko
parent
4f24dc31dc
commit
be0b372a22
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
app/javascript/packs/admin.js
+ 0
- 3
app/javascript/packs/admin.js
View File
@ -1,7 +1,4 @@
import
{
delegate
}
from
'rails-ujs'
;
import
{
start
}
from
'../mastodon/common'
;
start
(
)
;
function
handleDeleteStatus
(
event
)
{
const
[
data
]
=
event
.
detail
;
Write
Preview
Loading…
Cancel
Save