|
@@ -657,14 +657,14 @@ function moreInfo() {
|
|
|
$('.infoImg').off("click").click(function () {
|
|
|
const name = $(this).parent().attr('data-name')
|
|
|
const type = $(this).parent().attr('data-type')
|
|
|
- openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}`)
|
|
|
+ openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}`, "width=500,height=400")
|
|
|
})
|
|
|
$('.evaluationtitle').off("click").click(function () {
|
|
|
console.log(11)
|
|
|
const name = $(this).parent().attr('data-name')
|
|
|
const type = $(this).parent().attr('data-type')
|
|
|
console.log(name)
|
|
|
- openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}&page=1&gauge=gauge`)
|
|
|
+ openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}&page=1&gauge=gauge`, "width=500,height=400")
|
|
|
})
|
|
|
|
|
|
}
|
|
@@ -674,7 +674,7 @@ function pushItemName(){
|
|
|
const name = $(this).parent().attr('data-name')
|
|
|
const type = $(this).parent().attr('data-type')
|
|
|
console.log(name)
|
|
|
- openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}`)
|
|
|
+ openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}`, "width=500,height=400")
|
|
|
})
|
|
|
}
|
|
|
function getVersion() {
|