Skip to content

Commit

Permalink
add source file
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty authored and fballiano committed Aug 28, 2022
1 parent 8c1e562 commit e58a2d4
Show file tree
Hide file tree
Showing 4 changed files with 17,917 additions and 39 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 @@ -91,7 +91,7 @@ Default layout, loads most of the pages
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>

<action method="addItem"><type>js</type><name>extjs/ext-tree.js</name><params/><if/><condition>can_load_ext_js</condition></action>
<action method="addItem"><type>js</type><name>extjs/ext-tree.min.js</name><params/><if/><condition>can_load_ext_js</condition></action>
<action method="addItem"><type>js</type><name>extjs/fix-defer.js</name><params/><if/><condition>can_load_ext_js</condition></action>
<action method="addItem"><type>js</type><name>extjs/ext-tree-checkbox.js</name><params/><if/><condition>can_load_ext_js</condition></action>
<action method="addItem"><type>js_css</type><name>extjs/resources/css/ytheme-magento.css</name><params/><if/><condition>can_load_ext_js</condition></action>
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 @@ -100,7 +100,7 @@

<action method="removeItem"><type>js</type><name>calendar/calendar.js</name></action>
<action method="removeItem"><type>js</type><name>calendar/calendar-setup.js</name></action>
<action method="removeItem"><type>js</type><name>extjs/ext-tree.js</name></action>
<action method="removeItem"><type>js</type><name>extjs/ext-tree.min.js</name></action>
<action method="removeItem"><type>js</type><name>extjs/fix-defer.js</name></action>
<action method="removeItem"><type>js</type><name>extjs/ext-tree-checkbox.js</name></action>
</reference>
Expand Down
Loading

0 comments on commit e58a2d4

Please sign in to comment.