Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simlitabmas
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Farendi Giotivano R.P
simlitabmas
Commits
bac8721b
Commit
bac8721b
authored
3 years ago
by
Muhammad Iskandar Java
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alert fix
parent
eed3f838
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
+7
-0
app/Http/Controllers/User/PublikasiJurnalController.php
+3
-0
resources/views/user/kekayaan/index.blade.php
+1
-0
resources/views/user/penelitiansumber/index.blade.php
+1
-0
resources/views/user/publikasiartikel/index.blade.php
+1
-0
resources/views/user/publikasijurnal/index.blade.php
+1
-0
No files found.
app/Http/Controllers/User/PublikasiJurnalController.php
View file @
bac8721b
...
@@ -79,6 +79,9 @@ class PublikasiJurnalController extends Controller
...
@@ -79,6 +79,9 @@ class PublikasiJurnalController extends Controller
return
view
(
'user.publikasijurnal.create_anggota'
,
$data
);
return
view
(
'user.publikasijurnal.create_anggota'
,
$data
);
}
}
else
if
(
$request
->
next_state
==
'finish'
&&
count
(
$anggota
)
>
0
){
else
if
(
$request
->
next_state
==
'finish'
&&
count
(
$anggota
)
>
0
){
alert
()
->
success
(
'Berhasil'
,
'Publikasi Jurnal berhasil disimpan'
);
return
redirect
()
->
route
(
'publikasijurnal.index'
);
return
redirect
()
->
route
(
'publikasijurnal.index'
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
resources/views/user/kekayaan/index.blade.php
View file @
bac8721b
...
@@ -63,6 +63,7 @@
...
@@ -63,6 +63,7 @@
@section('js')
@section('js')
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/sweetalert2/dist/sweetalert2.all.min.js'
)
}}
"></script>
<script>
<script>
$('#zero-config').DataTable({
$('#zero-config').DataTable({
"
oLanguage
": {
"
oLanguage
": {
...
...
This diff is collapsed.
Click to expand it.
resources/views/user/penelitiansumber/index.blade.php
View file @
bac8721b
...
@@ -64,6 +64,7 @@
...
@@ -64,6 +64,7 @@
@endsection
@endsection
@section('js')
@section('js')
<script src="
{{
url
(
'theme/plugins/sweetalert2/dist/sweetalert2.all.min.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script>
<script>
$('#zero-config').DataTable({
$('#zero-config').DataTable({
...
...
This diff is collapsed.
Click to expand it.
resources/views/user/publikasiartikel/index.blade.php
View file @
bac8721b
...
@@ -69,6 +69,7 @@
...
@@ -69,6 +69,7 @@
@endsection
@endsection
@section('js')
@section('js')
<script src="
{{
url
(
'theme/plugins/sweetalert2/dist/sweetalert2.all.min.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script>
<script>
$('#zero-config').DataTable({
$('#zero-config').DataTable({
...
...
This diff is collapsed.
Click to expand it.
resources/views/user/publikasijurnal/index.blade.php
View file @
bac8721b
...
@@ -66,6 +66,7 @@
...
@@ -66,6 +66,7 @@
@endsection
@endsection
@section('js')
@section('js')
<script src="
{{
url
(
'theme/plugins/sweetalert2/dist/sweetalert2.all.min.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script src="
{{
url
(
'theme/plugins/table/datatable/datatables.js'
)
}}
"></script>
<script>
<script>
$('#zero-config').DataTable({
$('#zero-config').DataTable({
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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