소스 검색

fixed open some html pages in new window

Roman Dmitriev 2 년 전
부모
커밋
9cc48609f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html/inc/common.php

+ 1 - 1
html/inc/common.php

@@ -695,7 +695,7 @@ function print_device_submenu($current_page)
 
 function open_window_url ($url) 
 {
-return "window.open('".$url."', '_tab');";
+return "window.open('".$url."', '_blank');";
 }
 
 function print_editdevice_submenu($current_page, $id, $dev_type, $dev_name = NULL)