Skip to content

Commit f2463e4

Browse files
authored
remove tms (#611)
1 parent 96e2e03 commit f2463e4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

source/_static/custom.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22
//
33
// SPDX-License-Identifier: MIT
44

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-
215
window.MathJax = {
226
TeX: {
237
Macros: {

0 commit comments

Comments
 (0)