|
@@ -56,10 +56,10 @@
|
|
|
$("#top .nav li a:eq(4)").css("background-image","url(${ctx}/assets/advertiser/images/tophover_bg.jpg)");
|
|
|
};
|
|
|
if(path.indexOf("authority") != -1){
|
|
|
- $("#top .nav li a:eq(5)").css("background-image","url(${ctx}/assets/advertiser/images/tophover_bg.jpg)");
|
|
|
+ $("#top .nav li a:eq(6)").css("background-image","url(${ctx}/assets/advertiser/images/tophover_bg.jpg)");
|
|
|
};
|
|
|
if(path.indexOf("adv-balance") != -1){
|
|
|
- $("#top .nav li a:eq(6)").css("background-image","url(${ctx}/assets/advertiser/images/tophover_bg.jpg)");
|
|
|
+ $("#top .nav li a:eq(5)").css("background-image","url(${ctx}/assets/advertiser/images/tophover_bg.jpg)");
|
|
|
};
|
|
|
|
|
|
});
|