From 66f3e70d8b631691eebb31d09c61fd81286378b4 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 10 Dec 2013 17:16:33 +0100 Subject: [PATCH] // Homefeatured js not used > bootstrap --- modules/homefeatured/homefeatured.php | 1 - modules/homefeatured/js/homefeatured.js | 36 ------------------- .../modules/homefeatured/js/homefeatured.js | 0 3 files changed, 37 deletions(-) delete mode 100644 modules/homefeatured/js/homefeatured.js delete mode 100644 themes/default-bootstrap/js/modules/homefeatured/js/homefeatured.js diff --git a/modules/homefeatured/homefeatured.php b/modules/homefeatured/homefeatured.php index 62747320e..b3beec05e 100644 --- a/modules/homefeatured/homefeatured.php +++ b/modules/homefeatured/homefeatured.php @@ -97,7 +97,6 @@ class HomeFeatured extends Module public function hookHeader($params) { $this->context->controller->addCSS(($this->_path).'homefeatured.css', 'all'); - $this->context->controller->addJS(($this->_path).'js/homefeatured.js'); } public function hookDisplayHomeTab($params) diff --git a/modules/homefeatured/js/homefeatured.js b/modules/homefeatured/js/homefeatured.js deleted file mode 100644 index e10f00e41..000000000 --- a/modules/homefeatured/js/homefeatured.js +++ /dev/null @@ -1,36 +0,0 @@ -/* -* 2007-2013 PrestaShop -* -* NOTICE OF LICENSE -* -* This source file is subject to the Academic Free License (AFL 3.0) -* that is bundled with this package in the file LICENSE.txt. -* It is also available through the world-wide-web at this URL: -* http://opensource.org/licenses/afl-3.0.php -* If you did not receive a copy of the license and are unable to -* obtain it through the world-wide-web, please send an email -* to license@prestashop.com so we can send you a copy immediately. -* -* DISCLAIMER -* -* Do not edit or add to this file if you wish to upgrade PrestaShop to newer -* versions in the future. If you wish to customize PrestaShop for your -* needs please refer to http://www.prestashop.com for more information. -* -* @author PrestaShop SA -* @copyright 2007-2013 PrestaShop SA -* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) -* International Registered Trademark & Property of PrestaShop SA -*/ - -$(document).ready(function() -{ - $('.home_tab li a').click(function(){ - var button = $(this); - $('.home_tab li').removeClass('active'); - button.parent('li').addClass('active'); - $('.home_tab_content .product_list').hide(0, function(){ - $('.home_tab_content .' + button.prop('class')).show(0).addClass('active').removeClass('hidden'); - }); - }); -}); \ No newline at end of file diff --git a/themes/default-bootstrap/js/modules/homefeatured/js/homefeatured.js b/themes/default-bootstrap/js/modules/homefeatured/js/homefeatured.js deleted file mode 100644 index e69de29bb..000000000