Emeritus-21 commited on
Commit
48bf3da
·
verified ·
1 Parent(s): 8147495

Update templates/browser-detect.html

Browse files
Files changed (1) hide show
  1. templates/browser-detect.html +2 -1
templates/browser-detect.html CHANGED
@@ -299,9 +299,10 @@
299
 
300
  <script>
301
  document.getElementById("goDigitsBtn").addEventListener("click", function() {
302
- window.location.href = "https://huggingface.co/spaces/Emeritus-21/digits-signlang";
303
  });
304
  </script>
 
305
 
306
  <script>
307
  var word_list = []
 
299
 
300
  <script>
301
  document.getElementById("goDigitsBtn").addEventListener("click", function() {
302
+ window.open("https://huggingface.co/spaces/Emeritus-21/digits-signlang", "_blank");
303
  });
304
  </script>
305
+
306
 
307
  <script>
308
  var word_list = []