Skip to content

Commit

Permalink
Merge pull request #287 from awf-dbca/ckeditor4-warning
Browse files Browse the repository at this point in the history
CKEditor Warning
  • Loading branch information
jmushtaq authored Sep 18, 2024
2 parents b6f195f + 3aaecdc commit bb644bc
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
39 changes: 15 additions & 24 deletions wildlifecompliance/frontend/wildlifecompliance/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@riophae/vue-treeselect": "^0.4.0",
"awesomplete": "^1.1.4",
"bootstrap": "^3.4.0",
"ckeditor4-vue": "^1.2.0",
"ckeditor4-vue": "^2.4.0",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^1.10.15",
"datatables.net-buttons-dt": "^1.5.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ export default {
</script>

<style lang="css">
.cke_notifications_area {
display: none !important;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -886,4 +886,7 @@ export default {
br {
padding-bottom: 5px;
}
.cke_notifications_area {
display: none !important;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,7 @@ export default {
br {
padding-bottom: 5px;
}
.cke_notifications_area {
display: none !important;
}
</style>

0 comments on commit bb644bc

Please sign in to comment.