File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/design/adminhtml/default/default/template Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727/js /lib /jquery /jquery *
2828
2929# TinyMCE library
30- /js /tinymce
30+ /js /lib / tinymce
3131
3232# Add development environment setup files and README
3333# https://github.com/OpenMage/magento-lts/pull/1012
Original file line number Diff line number Diff line change 4141<?php endif ?>
4242
4343<?php if ($ this ->getCanLoadTinyMce ()): // TinyMCE is broken when loaded through index.php ?>
44- <script type="text/javascript" src="<?php echo $ this ->getJsUrl () ?> tinymce/tinymce.min.js"></script>
44+ <script type="text/javascript" src="<?php echo $ this ->getJsUrl (' lib/ tinymce/tinymce.min.js' ) ?> "></script>
4545<?php endif ?>
4646
4747<script type="text/javascript">
Original file line number Diff line number Diff line change 6767 case 'wysiwyg ' : ?>
6868 <span class="form_row">
6969 <label for="<?php echo $ element ->getHtmlId () ?> "><?php echo $ element ->getLabel () ?> :</label>
70- <script type="text/javascript" src="<?php echo Mage::getBaseUrl ('js ' ) ?> tinymce/tinymce.min.js"></script>
70+ <script type="text/javascript" src="<?php echo Mage::getBaseUrl ('js ' ) ?> lib/ tinymce/tinymce.min.js"></script>
7171 <script type="text/javascript">
7272 //<![CDATA[
7373 tinyMCE.init({
You can’t perform that action at this time.
0 commit comments