removing test print statements
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 21:03:26 +0000 (16:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 21:03:26 +0000 (16:03 -0500)
js/app.js
js/custom/upcp.js

index 2e0b7fe..220a913 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -35,7 +35,7 @@ $(document).ready(function () {
     $(".upcp-scroll-content").remove();
     $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
     $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
-    alert($(".upcp-tab-title").next().text());
+    
    // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
    
 });
index fff5a15..46f10f3 100644 (file)
@@ -15,7 +15,7 @@ $(document).ready(function () {
     $(".upcp-scroll-content").remove();
     $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
     $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
-    alert($(".upcp-tab-title").next().text());
+    
    // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
    
 });