frontend: use a common JS file to contain common features between challenger and public interface
This commit is contained in:
parent
8bef64ad6b
commit
76effdd1fd
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