Skip to content

Commit

Permalink
[MOV] website_sale_category_megamenu: Rename to singular
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Oct 2, 2015
1 parent 67d212b commit e96a307
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and
welcomed feedback `here <https://github.com/OCA/
website/issues/new?body=module:%20
website_sale_categories_megamenu%0Aversion:%20
website_sale_category_megamenu%0Aversion:%20
8.0.1.0.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Check jQuery available
if (typeof jQuery === 'undefined') {
throw new Error('website_sale_categories_megamenu requires jQuery')
throw new Error('website_sale_category_megamenu requires jQuery')
}

+function ($) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
name="Addon Assets">
<xpath expr=".">
<link rel="stylesheet"
href="/website_sale_categories_megamenu/static/src/css/megamenu.css"/>
href="/website_sale_category_megamenu/static/src/css/megamenu.css"/>
<script type="text/javascript"
src="/website_sale_categories_megamenu/static/src/js/frontend.js"/>
src="/website_sale_category_megamenu/static/src/js/frontend.js"/>
</xpath>
</template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</a>
</li>
<t t-foreach="c.child_id" t-as="c">
<t t-call="website_sale_categories_megamenu.categories_recursive_extra"/>
<t t-call="website_sale_category_megamenu.categories_recursive_extra"/>
</t>
</ul>
</li>
Expand Down Expand Up @@ -91,7 +91,7 @@

<div class="container">
<t t-foreach="c.child_id" t-as="c">
<t t-call="website_sale_categories_megamenu.categories_recursive_extra"/>
<t t-call="website_sale_category_megamenu.categories_recursive_extra"/>
<t t-if="c_odd">
<div t-att-class="' '.join(
('clearfix',
Expand Down

0 comments on commit e96a307

Please sign in to comment.