Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
60cbf672
Commit
60cbf672
authored
Dec 08, 2016
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebuild assets
parent
b5ae7aff
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
+13
-11
app.css
public/css/app.css
+2
-2
app.js
public/js/app.js
+10
-9
bootstrap.js
resources/assets/js/bootstrap.js
+1
-0
No files found.
public/css/app.css
View file @
60cbf672
This source diff could not be displayed because it is too large. You can
view the blob
instead.
public/js/app.js
View file @
60cbf672
This diff is collapsed.
Click to expand it.
resources/assets/js/bootstrap.js
View file @
60cbf672
...
@@ -25,6 +25,7 @@ window.Vue = require('vue');
...
@@ -25,6 +25,7 @@ window.Vue = require('vue');
*/
*/
window
.
axios
=
require
(
'axios'
);
window
.
axios
=
require
(
'axios'
);
window
.
axios
.
defaults
.
headers
.
common
[
'X-Requested-With'
]
=
'XMLHttpRequest'
;
window
.
axios
.
defaults
.
headers
.
common
[
'X-Requested-With'
]
=
'XMLHttpRequest'
;
/**
/**
...
...
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