89 const baseHref='${baseHref}'; |
89 const baseHref='${baseHref}'; |
90 <c:if test="${showWhatsNew}"> |
90 <c:if test="${showWhatsNew}"> |
91 function closeWhatsNew(showMore) { |
91 function closeWhatsNew(showMore) { |
92 if (showMore) { |
92 if (showMore) { |
93 window.open(baseHref + 'about', '_blank'); |
93 window.open(baseHref + 'about', '_blank'); |
94 } else { |
|
95 document.getElementById('whats-new').style.display = 'none'; |
|
96 document.getElementById('page-area').classList.remove('blurred'); |
|
97 } |
94 } |
|
95 document.getElementById('whats-new').style.display = 'none'; |
|
96 document.getElementById('page-area').classList.remove('blurred'); |
98 } |
97 } |
99 </c:if> |
98 </c:if> |
100 </script> |
99 </script> |
101 <script src="issue-search.js?v=${versionSuffix}" type="text/javascript"></script> |
100 <script src="issue-search.js?v=${versionSuffix}" type="text/javascript"></script> |
102 <c:if test="${not empty javascriptFile}"> |
101 <c:if test="${not empty javascriptFile}"> |