소스 검색

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>