Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cryer committed Sep 6, 2018
1 parent 112f774 commit 8432261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions resources/assets/js/components/HtmlEditorComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class HtmlEditorComponent extends AdminUiComponent
removeButtons: 'Subscript,Superscript,Cut,Copy,Paste,PasteText,PasteFromWord,Undo,Redo,Scayt,Anchor,Image,Table,HorizontalRule,SpecialChar,Maximize,Source,Strike,About,Outdent,Indent,Styles',
fillEmptyBlocks: false,
removePlugins: 'elementspath',
contentsCss: '/css/ckeditor.css',
};

CKEDITOR.replace($el.attr('id'), config);
Expand Down
1 change: 0 additions & 1 deletion resources/views/layouts/primary.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<div class="main-panel">
<!--[if IE]>
<div class="alert-banner bg-warning-muted">
<i class="fa fa-exclamation-triangle"></i>
<strong>Some things may not look quite right in Internet Explorer!</strong>
We strongly recommend using a modern web browser such as
<a href="https://www.google.co.uk/chrome/">Google Chrome</a>,
Expand Down

0 comments on commit 8432261

Please sign in to comment.