|
@@ -9,7 +9,6 @@ import {
|
|
|
industryObject,
|
|
|
getIndustryCategory
|
|
|
} from './DicIndustryList';
|
|
|
-
|
|
|
(function(){
|
|
|
var ul_html="";
|
|
|
for(var i=0;i<industryObject.length;i++){
|
|
@@ -18,7 +17,6 @@ import {
|
|
|
$(".industry_ul").html(ul_html);
|
|
|
$(".industry_ul li:first").addClass("action_li");
|
|
|
})();
|
|
|
-
|
|
|
(function(){
|
|
|
$(".title_details ol li").click(function(){
|
|
|
$(this).addClass("act").siblings().removeClass("act");
|
|
@@ -70,7 +68,6 @@ import {
|
|
|
}
|
|
|
})
|
|
|
});
|
|
|
-
|
|
|
$(".pagination_box").on("click","span",function(){
|
|
|
$(this).addClass("action_span").siblings().removeClass("action_span");
|
|
|
var page_length=$(this).attr("value");
|
|
@@ -97,12 +94,6 @@ import {
|
|
|
|
|
|
})();
|
|
|
|
|
|
-<<<<<<< HEAD
|
|
|
-
|
|
|
-=======
|
|
|
-
|
|
|
-
|
|
|
->>>>>>> e53e0117f522b5f0aec5953b440a04e83e12665c
|
|
|
|
|
|
|
|
|
|