File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414
1515 <title >{{ trans (' laravel-filemanager::lfm.title-page' ) } } </title >
1616 <link rel =" shortcut icon" type =" image/png" href =" {{ asset (' vendor/laravel-filemanager/img/72px color.png' ) } }" >
17- <link rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/bootstrap/ 4.1.0/css/bootstrap.min.css" >
18- <link rel =" stylesheet" href =" https://use.fontawesome.com/releases/v5 .5.0/css/all.css" >
19- <link rel =" stylesheet" href =" //cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2 /jquery-ui.min.css" >
17+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap@ 4.1.0/dist /css/bootstrap.min.css" >
18+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/ @fortawesome /fontawesome-free@5 .5.0/css/all.min .css" >
19+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1 /jquery-ui.min.css" >
2020 <link rel =" stylesheet" href =" {{ asset (' vendor/laravel-filemanager/css/cropper.min.css' ) } }" >
2121 <link rel =" stylesheet" href =" {{ asset (' vendor/laravel-filemanager/css/dropzone.min.css' ) } }" >
2222 <link rel =" stylesheet" href =" {{ asset (' vendor/laravel-filemanager/css/mime-icons.min.css' ) } }" >
188188 </a >
189189 </div >
190190
191- <script src =" https://code.jquery.com/ jquery- 3.2.1.min.js" ></script >
192- <script src =" https://cdnjs.cloudflare.com/ajax/libs/ popper.js/ 1.12.3/umd/popper.min.js" ></script >
193- <script src =" https://maxcdn.bootstrapcdn.com/bootstrap/ 4.1.0/js/bootstrap.min.js" ></script >
194- <script src =" https://code.jquery.com/ui/ 1.12.1/jquery-ui.min.js" ></script >
191+ <script src =" https://cdn.jsdelivr.net/npm/ jquery@ 3.2.1/dist/jquery .min.js" ></script >
192+ <script src =" https://cdn.jsdelivr.net/npm/ popper.js@ 1.12.3/dist /umd/popper.min.js" ></script >
193+ <script src =" https://cdn.jsdelivr.net/npm/bootstrap@ 4.1.0/dist /js/bootstrap.min.js" ></script >
194+ <script src =" https://cdn.jsdelivr.net/npm/jquery-ui-dist@ 1.12.1/jquery-ui.min.js" ></script >
195195 <script src =" {{ asset (' vendor/laravel-filemanager/js/cropper.min.js' ) } }" ></script >
196196 <script src =" {{ asset (' vendor/laravel-filemanager/js/dropzone.min.js' ) } }" ></script >
197197 <script >
You can’t perform that action at this time.
0 commit comments