浏览代码

Fixed quiz download link

Owen Diffey 9 年之前
父节点
当前提交
0d532cacfc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      products.html

+ 1 - 1
products.html

@@ -70,7 +70,7 @@
 function quiz() {
 var answer = confirm ("Please save the file then run it.")
 if (answer)
-window.location="\quiz.ppsx";
+window.location="./Products/quiz.ppsx";
 }
 </script>
 </html>