Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
Kape
Commits
2374ab5d
Commit
2374ab5d
authored
Nov 14, 2019
by
Muhammad Ikhsan Kurniawan
Browse files
Fix bugs on assets
parent
6cbefb96
Pipeline
#24931
passed with stages
in 5 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/admin/js/vendor/jquery/jquery.js
View file @
2374ab5d
...
...
@@ -6916,7 +6916,7 @@ jQuery.fn.extend( {
clearQueue
=
type
;
type
=
undefined
;
}
if
(
clearQueue
&&
type
!=
=
false
)
{
if
(
clearQueue
&&
type
!=
false
)
{
this
.
queue
(
type
||
"
fx
"
,
[]
);
}
...
...
assets/js/__test__/components/Vacancy-test.jsx
View file @
2374ab5d
...
...
@@ -49,7 +49,6 @@ describe('Vacancy', () => {
working_period
:
'
Oktober-Desember
'
,
verified
:
true
,
max_accepted_applicants
:
10
,
salary
:
5000000
,
total_accepted_applicants
:
0
,
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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