frontend: use a common JS file to contain common features between challenger and public interface
This commit is contained in:
parent
0cde350c5e
commit
09d1a397c0
5 changed files with 74 additions and 75 deletions
|
|
@ -200,5 +200,6 @@
|
|||
<script src="/js/angular-sanitize.min.js"></script>
|
||||
<script src="/js/i18n/angular-locale_fr-fr.js"></script>
|
||||
<script src="/js/public.js"></script>
|
||||
<script src="/js/common.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Reference in a new issue