[DOCS] Updated file (#23510)

### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
This commit is contained in:
Andrzej Kopytko 2024-03-18 10:09:31 +01:00 committed by GitHub
parent a9d6d2139c
commit 8fe7dc3f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -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