Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
wikicolor
Commits
8572f738
Commit
8572f738
authored
Sep 09, 2021
by
Sylvain Coulange
Browse files
idem dev désactivé makePhonTable(lang) dans interface.js
parent
4f99dc1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/scripts/interface.js
View file @
8572f738
...
...
@@ -118,7 +118,7 @@ function selectLang(lang){
}
// Phon Table
// if this function is defined (wikicolor main page)
if
(
typeof
(
makePhonTable
)
===
'
function
'
)
{
makePhonTable
(
lang
)
};
//
if (typeof(makePhonTable)==='function') { makePhonTable(lang) };
}
function
interface
(
lang
)
{
...
...
Write
Preview
Markdown
is supported
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