[DOCS] Updated file (#23510)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
This commit is contained in:
parent
a9d6d2139c
commit
8fe7dc3f2f
|
|
@ -25,14 +25,6 @@ var wapSection = 'openvinotoolkit';
|
|||
s.appendChild(po);
|
||||
})();
|
||||
|
||||
// legal notice for benchmarks
|
||||
function addLegalNotice() {
|
||||
if (window.location.href.indexOf('openvino_docs_performance_') !== -1) {
|
||||
var legalNotice = $('<div class="opt-notice-wrapper"><p class="opt-notice">Results may vary. For workloads visit: <a href="openvino_docs_performance_benchmarks_faq.html#what-image-sizes-are-used-for-the-classification-network-models">workloads</a> and for configurations visit: <a href="openvino_docs_performance_benchmarks.html#platforms-configurations-methodology">configurations</a>. See also <a class="el" href="openvino_docs_Legal_Information.html">Legal Information</a>.</p></div>');
|
||||
$('body').append(legalNotice);
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
addFooter();
|
||||
createVersions();
|
||||
|
|
@ -42,7 +34,6 @@ $(document).ready(function () {
|
|||
init_switchers();
|
||||
handleSwitcherParam();
|
||||
initViewerJS();
|
||||
addLegalNotice();
|
||||
updateSearchForm();
|
||||
initBenchmarkPickers(); // included with the new benchmarks page
|
||||
initCollapsibleHeaders(); // included with the new benchmarks page
|
||||
|
|
|
|||
Loading…
Reference in New Issue