Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a8e0d42a
authored
Feb 14, 2020
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add IE11/Edge polyfills
1 parent
aa545511
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
resources/views/app.blade.php
resources/views/app.blade.php
View file @
a8e0d42
...
...
@@ -4,6 +4,13 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0"
>
<link
href=
"{{ mix('/css/app.css') }}"
rel=
"stylesheet"
>
{{-- Inertia --}}
<script
src=
"https://polyfill.io/v3/polyfill.min.js?features=smoothscroll,NodeList.prototype.forEach,Promise,Object.values,Object.assign"
defer
></script>
{{-- Ping CRM --}}
<script
src=
"https://polyfill.io/v3/polyfill.min.js?features=String.prototype.startsWith"
defer
></script>
<script
src=
"{{ mix('/js/app.js') }}"
defer
></script>
@routes
</head>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment