Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
Phonographe
Commits
8a364fc1
Commit
8a364fc1
authored
Feb 23, 2021
by
Sylvain Coulange
Browse files
correction bugs ordre import js
parent
0257a219
Changes
4
Hide whitespace changes
Inline
Side-by-side
static/js/clavier.js
View file @
8a364fc1
...
...
@@ -77,7 +77,7 @@ function toggleStress2(){
function
recupPhon
(
identifiant
){
currentPhon
=
identifiant
;
var
graphZone
=
document
.
getElementById
(
"
graphiesZone
"
);
var
gz
=
''
var
gz
=
''
;
console
.
log
(
id2class
[
identifiant
]);
var
fid
=
fidel
[
id2class
[
identifiant
]];
...
...
templates/base.html
View file @
8a364fc1
...
...
@@ -105,10 +105,5 @@
{% endblock %}
<script
type=
"text/javascript"
src=
"{% static 'js/interface_basic.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/clavierCalques.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/popupAide.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/id2class.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/interface.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/clavier.js' %}"
></script>
</html>
templates/clavier.html
View file @
8a364fc1
...
...
@@ -170,7 +170,11 @@
</div>
<script
type=
"text/javascript"
src=
"{% static 'js/id2class.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/phon2api.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/interface_basic.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/interface.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/clavierCalques.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/popupAide.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/clavier.js' %}"
></script>
{% endblock %}
templates/playerPhono.html
View file @
8a364fc1
...
...
@@ -117,8 +117,10 @@
</div>
</div>
<script
type=
"text/javascript"
src=
"{% static 'js/id2class.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/interface_basic.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/interface.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/clavierCalques.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/popupAide.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/id2class.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/playerPhono.js' %}"
></script>
{% endblock content %}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment