From 8fe7dc3f2fd891956d56edc6a8af63cd3ff3dc96 Mon Sep 17 00:00:00 2001 From: Andrzej Kopytko Date: Mon, 18 Mar 2024 10:09:31 +0100 Subject: [PATCH] [DOCS] Updated file (#23510) ### Details: - *item1* - *...* ### Tickets: - *ticket-id* --- docs/sphinx_setup/_static/js/custom.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/sphinx_setup/_static/js/custom.js b/docs/sphinx_setup/_static/js/custom.js index 3b9af96ec73..4ad51222bd1 100644 --- a/docs/sphinx_setup/_static/js/custom.js +++ b/docs/sphinx_setup/_static/js/custom.js @@ -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 = $('

Results may vary. For workloads visit: workloads and for configurations visit: configurations. See also Legal Information.

'); - $('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