Changeset 1897862
- Timestamp:
- 06/23/2018 08:02:56 PM (8 years ago)
- Location:
- code-editor-and-compiler/trunk
- Files:
-
- 2 edited
-
admin/js/editor-handler.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
code-editor-and-compiler/trunk/admin/js/editor-handler.js
r1897852 r1897862 360 360 var pre_id_js = pre_id + 'js'; 361 361 362 var prefix = '<div id="' + pre_id + '"' + ' class="cdbxweb prettyprint" style="padding-top:5px;border:1px solid rgba(231, 231, 230, 1);border-radius:5px;background-color:rgba(231, 231, 230, 1);">';362 var prefix = '<div id="' + pre_id + '"' + ' class="cdbxweb prettyprint">'; 363 363 var suffix = '</div>'; 364 364 -
code-editor-and-compiler/trunk/readme.txt
r1897848 r1897862 35 35 36 36 == Changelog == 37 1.3.0 38 UI enhancements 39 37 40 1.2.4 38 41 Fixed display issue for web design code snippets.
Note: See TracChangeset
for help on using the changeset viewer.