Skip to content

Commit

Permalink
Rollback unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lqez committed Apr 27, 2020
1 parent 1c2d928 commit 0dcf6b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"rules": {
"indent": ["warn", 2, {"ArrayExpression": "off", "SwitchCase": 1}],
"semi": [2, "always"],
"no-console": "off",
"space-before-function-paren": ["error", "never"],
"no-useless-escape": 0,
"no-unused-expressions": 0,
Expand Down
2 changes: 1 addition & 1 deletion src/js/base/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $.summernote = $.extend($.summernote, {
toolbar: [
['style', ['style']],
['font', ['bold', 'underline', 'clear']],
['fontname', ['fontname', 'fontsize']],
['fontname', ['fontname']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['table', ['table']],
Expand Down

0 comments on commit 0dcf6b7

Please sign in to comment.