Point IPA character picker to original source instead of a copy.

This commit is contained in:
Robbie Antenesse 2016-06-29 10:40:10 -06:00
parent a3b549fc18
commit 563ee8bd14
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ if ($display_mode != "build") {
<label><span>Word</span> <label><span>Word</span>
<input type="text" id="word" onkeydown="SubmitWordOnCtrlEnter(this)" /> <input type="text" id="word" onkeydown="SubmitWordOnCtrlEnter(this)" />
</label> </label>
<label><span>Pronunciation <a class="clickable inline-button" href="/ipa_character_picker/" target="_blank" title="IPA Character Picker backed up from http://r12a.github.io/pickers/ipa/">IPA Characters</a></span> <label><span>Pronunciation <a class="clickable inline-button" href="http://r12a.github.io/pickers/ipa/" target="_blank" title="IPA Character Picker located at http://r12a.github.io/pickers/ipa/">IPA Characters</a></span>
<input type="text" id="pronunciation" onkeydown="SubmitWordOnCtrlEnter(this)" /> <input type="text" id="pronunciation" onkeydown="SubmitWordOnCtrlEnter(this)" />
</label> </label>
<label><span>Part of Speech</span> <label><span>Part of Speech</span>

View File

@ -99,7 +99,7 @@ function ShowWordEditForm(index) {
<label><span>Word</span>\ <label><span>Word</span>\
<input type="text" id="word' + indexString + '" value="' + htmlEntitiesParse(word.name) + '" onkeydown="SubmitWordOnCtrlEnter(this)" />\ <input type="text" id="word' + indexString + '" value="' + htmlEntitiesParse(word.name) + '" onkeydown="SubmitWordOnCtrlEnter(this)" />\
</label>\ </label>\
<label><span>Pronunciation <a class="clickable inline-button" href="/ipa_character_picker/" target="_blank" title="IPA Character Picker backed up from http://r12a.github.io/pickers/ipa/">IPA Characters</a></span>\ <label><span>Pronunciation <a class="clickable inline-button" href="http://r12a.github.io/pickers/ipa/" target="_blank" title="IPA Character Picker located at http://r12a.github.io/pickers/ipa/">IPA Characters</a></span>\
<input type="text" id="pronunciation' + indexString + '" value="' + htmlEntitiesParse(word.pronunciation) + '" onkeydown="SubmitWordOnCtrlEnter(this)" />\ <input type="text" id="pronunciation' + indexString + '" value="' + htmlEntitiesParse(word.pronunciation) + '" onkeydown="SubmitWordOnCtrlEnter(this)" />\
</label>\ </label>\
<label><span>Part of Speech</span>\ <label><span>Part of Speech</span>\