Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
9f9307ad
Commit
9f9307ad
authored
Oct 16, 2020
by
ZeMKI
Browse files
Update app.js
parent
0a1bf398
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/js/app.js
View file @
9f9307ad
...
...
@@ -47,8 +47,8 @@ else
Vue
.
prototype
.
trans
=
(
key
)
=>
{
return
_
.
is
Undefined
(
window
.
trans
[
key
])
?
return
_
.
is
Empty
(
window
.
trans
[
key
])
||
_
.
isUndefined
(
window
.
trans
[
key
])
?
key
:
window
.
trans
[
key
];
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment