From 5f5258d423caf5045ca3596ae87b1eca9127631d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 Feb 2016 13:55:08 -0500 Subject: [PATCH] moving productBreadcrumbs --- js/app.js | 4 ++++ js/custom/upcp.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/js/app.js b/js/app.js index 8a13f2a..7397a96 100644 --- a/js/app.js +++ b/js/app.js @@ -248,4 +248,8 @@ $(document).ready(function () { $bottomText2.hide(); $bottomText3.hide(); } + $("#magnifying-glass").on("click", function (){ + $(".searchform").submit(); + }); + $("#productBreadcrumbs").insertBefore("#catTitleOutput"); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 31fec9f..63cfa46 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -228,4 +228,8 @@ $(document).ready(function () { $bottomText2.hide(); $bottomText3.hide(); } + $("#magnifying-glass").on("click", function (){ + $(".searchform").submit(); + }); + $("#productBreadcrumbs").insertBefore("#catTitleOutput"); }); \ No newline at end of file -- 2.17.1