`;\n } else {\n result += '
';\n }\n\n result += '
';\n result += `
`;\n result += `
`;\n\n if (tags) {\n result += '
';\n }\n\n result += `
${l10n('common.update', language)}${last_modified_date}
`;\n result += '
';\n });\n\n $result.append(result);\n const { pageList } = pageNavigation;\n const $paginationList = $('.ncgb-pagination-list').empty();\n const $prevBtn = $(`
`);\n\n if (pageList[0] !== 1) $paginationList.append($prevBtn);\n\n pageList.forEach((page) => {\n if (page === pageNavigation.currentPage) {\n $paginationList.append(`
`);\n }\n });\n\n if (pageList[pageList.length - 1] !== pageNavigation.endPage) $paginationList.append($nextBtn);\n\n $('.ncgb-pagination-wrap').show();\n\n resolve();\n }).fail(() => {\n resultNone();\n\n reject();\n });\n });\n }\n\n function resultNone () {\n $('.ncgbs-util-result').css({ visibility: 'hidden' });\n $('.ncgbs-result-nodata').show().find('.text').text(hash_keyword ? `${l10n('search.result.none.keyword', language, decodeURIComponent(hash_keyword))}` : `${l10n('search.result.none', language)}`);\n $('.ncgbs-result-list').hide();\n $('.ncgb-pagination-wrap').hide();\n }\n})(window.jQuery);\n"],"sourceRoot":""}