|
@@ -181,11 +181,11 @@ function moreInfo() {
|
|
|
const type = $(this).parent().attr('data-type')
|
|
|
openNewWin(`staticInfo.html?type=${encodeURIComponent(type)}&position=0&name=${encodeURIComponent(name)}&mrId=${encodeURIComponent(mrId)}`)
|
|
|
})
|
|
|
- $('.pushItemName').off("click").click(function () {
|
|
|
+ $('.evaluationtitle').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)}&page=1&mrId=${encodeURIComponent(mrId)}`)
|
|
|
- })
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
function getVersion() {
|