We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3789aaf commit 9208beaCopy full SHA for 9208bea
docs/_templates/layout.html
@@ -5,7 +5,7 @@
5
var wapLocalCode = 'us-en'; // Dynamically set per localized site; see mapping table for values
6
var wapSection = "oneapi-mkl"; // WAP team will give you a unique section for your site
7
// Load TMS
8
- if (document.location.href.contains("oneapi-src.github.io")) {
+ if (document.location.href.includes("oneapi-src.github.io")) {
9
(function () {
10
var url = 'https://www.intel.com/content/dam/www/global/wap/tms-loader.js'; // WAP file URL
11
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = url;
0 commit comments