Fix path to javascript file

This commit is contained in:
Gerard de Leeuw
2017-03-30 17:49:17 +02:00
committed by Nanne Baars
parent e094dd6d14
commit 634a4c75b6

View File

@ -60,7 +60,7 @@
method="GET" name="form" method="GET" name="form"
action="/WebGoat/IDOR/profile" action="/WebGoat/IDOR/profile"
enctype="application/json;charset=UTF-8"> enctype="application/json;charset=UTF-8">
<script th:src="@{/plugin_lessons/plugin/IDOR/js/idor.js}" /> <script th:src="@{/lesson_js/idor.js}" />
<input name="View Profile" value="View Profile" type="button" onclick="onViewProfile();" /> <input name="View Profile" value="View Profile" type="button" onclick="onViewProfile();" />