Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/680
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 7, 2024
1 parent c507a4a commit a7fd7da
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions app/design/frontend/base/default/layout/extendware/ewcore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,15 @@ https://github.com/thehcginstitute-com/m1/issues/680 -->
<ewcore_frontend_widget_form_handle>
<update handle="ewcore_opentip_handle"/>
<reference name="head">
<action method="addJs"><script>mage/adminhtml/tools.js</script></action>
<action method="addJs"><script>mage/adminhtml/hash.js</script></action>
<action method="addJs"><script>mage/adminhtml/events.js</script></action>
<action method="addJs"><script>mage/adminhtml/form.js</script></action>
<action method="addJs"><script>extendware/ewcore/widget.js</script></action>
<action method="addCss"><script>extendware/ewcore/css/widgets.css</script></action>
<!-- 2024-09-07 Dmitrii Fediuk https://upwork.com/fl/mage2pro
"The names of arguments in `<action method="<methodName>">` calls should match the `methodName`'s arguments":
https://github.com/thehcginstitute-com/m1/issues/680 -->
<action method="addJs"><name>mage/adminhtml/tools.js</name></action>
<action method="addJs"><name>mage/adminhtml/hash.js</name></action>
<action method="addJs"><name>mage/adminhtml/events.js</name></action>
<action method="addJs"><name>mage/adminhtml/form.js</name></action>
<action method="addJs"><name>extendware/ewcore/widget.js</name></action>
<action method="addCss"><name>extendware/ewcore/css/widgets.css</name></action>
<action method="addItem"><type>skin_js</type><name>extendware/ewcore/js/widgets.js</name></action>
<action method="addItem"><type>skin_css</type><name>extendware/ewcore/css/widgets-ie7less.css</name><params/><if>lt IE 8</if></action>
<action method="addCss"><script>extendware/ewcore/css/widgets-custom.css</script></action>
Expand Down

0 comments on commit a7fd7da

Please sign in to comment.