Commit 4328d7a6f4961d2ecf4c4221241b16dd70168e7b

Authored by Miguel Barão
1 parent c3e02097
Exists in master and in 1 other branch dev

fontawesome version update.

BUGS.md
1 1  
2 2 # BUGS
3 3  
  4 +- impedir os eventos copy/paste. alunos usam isso para trazer codigo ja feito nos computadores. Obrigar a fazer reset? fazer um copy automaticamente?
4 5 - se aluno entrar com l12345 rebenta. numa funcao get_... ver imagem no ipad
5 6 - a revisao do teste não mostra as imagens.
6 7 - melhorar o botao de autorizar (desliga-se), usar antes um botao?
... ...
static/README
... ... @@ -5,9 +5,9 @@ Either make a `libs` directory here or a symbolic link to somewhere else.
5 5 Currently, libs should contain:
6 6  
7 7 bootstrap-4.1.3
8   - codemirror-5.40.2
  8 + codemirror-5.42.0
9 9 DataTables
10   - fontawesome-free-5.3.1-web
  10 + fontawesome-free-5.6.1-web
11 11 MathJax-2.7.5
12 12  
13 13 and the files:
... ... @@ -16,7 +16,7 @@ and the files:
16 16 popper.min.js
17 17  
18 18 The DataTables directory was generated by https://www.datatables.net/download/
19   -Select:
  19 +Select:
20 20 - styling: bootstrap4
21 21 - packages: datatables
22 22 - extensions: responsive
... ...
static/fontawesome.min.js
1   -libs/fontawesome-free-5.5.0-web/js/all.js
2 1 \ No newline at end of file
  2 +libs/fontawesome-free-5.6.1-web/js/all.js
3 3 \ No newline at end of file
... ...