We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c94d8 commit 5a37867Copy full SHA for 5a37867
1 file changed
webnn-status.md
@@ -476,7 +476,7 @@ sup {
476
let opsFramework = document.querySelector('#ops_framework');
477
478
let jsonPath = "../assets/json/webnn_status.json";
479
- if(location.hostname.toLowerCase('webmachinelearning.github.io') >-1)
+ if(location.hostname.toLowerCase().indexOf('webmachinelearning.github.io') >-1)
480
{
481
jsonPath = "https://webmachinelearning.github.io/assets/json/webnn_status.json";
482
}
0 commit comments