|
|
@ -336,7 +336,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//德语站点跳转测试页面
|
|
|
|
//德语站点跳转测试页面
|
|
|
|
function goto_gmtest_page() {
|
|
|
|
function goto_gmtest_page() {
|
|
|
|
var site_url = 'http://gm.test/gm.php/information/detail/?static_html_url=';
|
|
|
|
var site_url = 'http://gm.test/gm.php/information/detail/?cache=false&static_html_url=';
|
|
|
|
$('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
|
|
|
|
$('#goto_test_page_button').attr("href", site_url + $('#ic_url').val());
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|