Mercurial Hosting > sceditor
diff src/examples/modified.html @ 9:9159df67520a
remove "icons" option
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 07 Aug 2022 00:19:52 -0600 |
parents | df1e18048d97 |
children | 2606bfb75529 |
line wrap: on
line diff
--- a/src/examples/modified.html Fri Aug 05 12:56:50 2022 -0600 +++ b/src/examples/modified.html Sun Aug 07 00:19:52 2022 -0600 @@ -9,7 +9,6 @@ <link rel="stylesheet" href="/themes/default.css" id="theme-style" /> <script src="/sceditor.js"></script> - <script src="/icons/monocons.js"></script> <script src="/formats/bbcode.js"></script> <style> @@ -74,8 +73,6 @@ var textarea = document.getElementById('example'); sceditor.create(textarea, { format: 'bbcode', - icons: 'monocons', - style: '/themes/content/default.css', });