diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php
index 4ee2ea8c..e58f59e6 100644
--- a/application/views/bootstrap3/information_edit.php
+++ b/application/views/bootstrap3/information_edit.php
@@ -360,6 +360,12 @@
$('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
return true;
}
+ //thailand 跳转测试页面
+ function goto_thailandtest_page() {
+ var site_url = 'https://proxy-www.thailandhighlights.com';
+ $('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
+ return true;
+ }
//GH 跳转测试页面
function goto_ghtest_page() {
@@ -748,6 +754,9 @@
ic_sitecode == 'jh') {?>
+ ic_sitecode == 'thailand') {?>
+
+