Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
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
Siti Aisah
webprofile-jwg2024
Commits
e460792f
Commit
e460792f
authored
Dec 29, 2022
by
Triyah Fatmawati
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.unesa.ac.id/bagus/webprofile-singlesite-5bahasa
parents
698c7fa3
ab67900b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
resources/views/auth/login.blade.php
+1
-1
resources/views/layouts/app.blade.php
+3
-2
No files found.
resources/views/auth/login.blade.php
View file @
e460792f
...
...
@@ -95,7 +95,7 @@
@endsection
@push('scripts')
<script src="
https
://
ajax
.
googleapis
.
com
/
ajax
/
libs
/
jquery
/
3.5
.
1
/
jquery
.
min
.
js
"></script>
<script
type="
text
/
javascript
"
>
<script>
$(document).ready(function(){
$('#reload').click(function(){
$.ajax({
...
...
resources/views/layouts/app.blade.php
View file @
e460792f
...
...
@@ -18,7 +18,7 @@
<!-- Styles -->
<link
href=
"{{ asset('css/app.css') }}"
rel=
"stylesheet"
>
@stack('scripts')
@stack('scripts')
</head>
<body>
<div
id=
"app"
>
...
...
@@ -76,6 +76,7 @@
<main
class=
"py-4"
>
@yield('content')
</main>
</div>
</div>
</body>
</html>
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