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