Fixes plugin.js type

Removes duplicate call to plugin.js - was header and body
Header call was set to a CSS stylesheet wich is wrong as it's a script
This commit is contained in:
Old-Fart
2016-07-12 17:28:20 -04:00
parent 7f9dbf15f5
commit 90738c000a
7 changed files with 5 additions and 14 deletions

View File

@@ -27,8 +27,6 @@
<link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<link rel="stylesheet" href="{{asset("dist/css/editor.css")}}" type="text/css">
<link href="{{asset("lb-faveo/plugins/filebrowser/plugin.js")}}" rel="stylesheet" type="text/css" />
<script src="ckeditor/ckeditor.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>