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 96e2e03 commit f2463e4Copy full SHA for f2463e4
source/_static/custom.js
@@ -2,22 +2,6 @@
2
//
3
// SPDX-License-Identifier: MIT
4
5
-//configure tms
6
-var wapLocalCode = 'us-en';
7
-//dynamically set per localized site, see mapping table for values
8
-var wapSection = "oneapi";
9
-//load tms
10
-(function() {
11
- var host = (window.document.location.protocol == 'http:') ? "http://www.intel.com" : "https://www.intel.com";
12
- var url = host+"/content/dam/www/global/wap/tms-loader.js"; //wap file url
13
- var po = document.createElement('script');
14
- po.type = 'text/javascript';
15
- po.async = true;
16
- po.src = url;
17
- var s = document.getElementsByTagName('script')[0];
18
- s.parentNode.insertBefore(po, s);
19
-})();
20
-
21
window.MathJax = {
22
TeX: {
23
Macros: {
0 commit comments