nivlab / nivturk

Tools for serving and storing data from online experiments.

Home Page:https://nivlab.github.io/nivturk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loading issue (needs to move up to access static)

karnigili opened this issue · comments

for example :

current -

<script src="/static/lib/jquery-3.3.1/jquery.min.js"></script>

what I think is the correct version

<script src="../static/lib/jquery-3.3.1/jquery.min.js"></script>