Hello, same problem here.
@siec.ssm: while we wait for a fix, I tried this workaround: go to https://github.com/ouvrages/jfontsize , download the missing files and put under /osta/js/jfontsize (new folder).
Go to /osta/inc/staff-head.html and change:
<script type=”text/javascript” language=”javascript” src=”https://osticketawesome.com/+current/osta/js/jfontsize/jstorage.js”></script>
<script type=”text/javascript” language=”javascript” src=”https://osticketawesome.com/+current/osta/js/jfontsize/jquery.jfontsize-2.0.js”></script>
to
<script type=”text/javascript” language=”javascript” src=”/osta/js/jfontsize/jstorage.js”></script>
<script type=”text/javascript” language=”javascript” src=”/osta/js/jfontsize/jquery.jfontsize-2.0.js”></script>
Inconvenient, but at least it works. Hope it helps!