Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Apr 25, 2023
1 parent 138fda1 commit a6ccefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/design/adminhtml/default/default/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Default layout, loads most of the pages

<action method="addItem"><type>js</type><name>mage/adminhtml/rules.js</name><params/><if/><condition>can_load_rules_js</condition></action>

<action method="addItem"><type>js</type><name>mage/adminhtml/wysiwyg/tiny_mce/setup.js</name><params/><if/><condition>can_load_tiny_mce</condition></action>
<action method="addItem"><type>js</type><name>mage/adminhtml/wysiwyg/tinymce/setup.js</name><params/><if/><condition>can_load_tiny_mce</condition></action>

<block type="core/html_calendar" name="head.calendar" as="calendar" template="page/js/calendar.phtml"/>
</block>
Expand Down
2 changes: 1 addition & 1 deletion app/design/adminhtml/default/default/layout/oauth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<action method="removeItem"><type>js</type><name>mage/adminhtml/uploader.js</name></action>
<action method="removeItem"><type>js</type><name>mage/adminhtml/product.js</name></action>
<action method="removeItem"><type>js</type><name>mage/adminhtml/rules.js</name></action>
<action method="removeItem"><type>js</type><name>mage/adminhtml/wysiwyg/tiny_mce/setup.js</name></action>
<action method="removeItem"><type>js</type><name>mage/adminhtml/wysiwyg/tinymce/setup.js</name></action>

<action method="removeItem"><type>css</type><name>print.css</name></action>
<action method="removeItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name></action>
Expand Down

0 comments on commit a6ccefd

Please sign in to comment.