diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php
index 911072b5..b113b2a6 100644
--- a/application/views/bootstrap3/information_edit.php
+++ b/application/views/bootstrap3/information_edit.php
@@ -354,6 +354,13 @@
return true;
}
+//JH 跳转测试页面
+function goto_ghtest_page() {
+ var site_url = 'https://proxy-www.japanhighlights.com';
+ $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
+ return true;
+}
+
//GH 跳转测试页面
function goto_ghtest_page() {
var site_url = 'https://proxy-www.globalhighlights.com';
@@ -758,6 +765,11 @@ if ($embody == 1) {
name="goto_test_page_button" target="_blank" title="查看测试页面">
+ ic_sitecode == 'jh') {?>
+
+