Bläddra i källkod

브랜드변경시 텝 종료

dwkim 2 år sedan
förälder
incheckning
6d533fbc99
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/main/webapp/js/app/config.js

+ 4 - 4
src/main/webapp/js/app/config.js

@@ -1231,11 +1231,11 @@ function itp_fn_close_other_tab(tabId) {
1231 1231
 	
1232 1232
 	$('#ITP_HEADER .itp_tab_list li').each(function() {
1233 1233
 		var tmpId = $(this).find('.itp_tab_close').attr('data-itp-tab-id');
1234
-		
1234
+		console.log("=================");
1235 1235
 		if(tmpId) {
1236
-			// console.log('### MEMU : ' + tmpId + ', ACTIVE : ' + $(this).hasClass('active'));
1237
-				
1238
-			if($(this).hasClass('active') == false && tmpId != tabId) {			
1236
+			 //console.log('### MEMU : ' + tmpId + ', ACTIVE : ' + $(this).hasClass('active'), ' , tabId : ' + tabId);
1237
+			//if($(this).hasClass('active') == false && tmpId != tabId) {			
1238
+			if(tmpId != tabId) {
1239 1239
 				$(this).find('.itp_tab_close').trigger('click');
1240 1240
 			}
1241 1241
 		}