Преглед изворни кода

Fix iframe focus not shifting back. Fix #1042

causefx пре 7 година
родитељ
комит
ee640f7598
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      js/functions.js

+ 1 - 0
js/functions.js

@@ -441,6 +441,7 @@ function switchTab(tab, type){
 				$(buildFrame(tab,tabURL)).appendTo(newTab);
 				$("#preloader").fadeOut();
 			}
+            $('#frame-'+tab).focus();
 			break;
 		case 2:
 		case 3: