mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-04 02:07:05 +01:00 
			
		
		
		
	Point IPA character picker to original source instead of a copy.
This commit is contained in:
		
							parent
							
								
									a3b549fc18
								
							
						
					
					
						commit
						563ee8bd14
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -165,7 +165,7 @@ if ($display_mode != "build") {
 | 
			
		|||
            <label><span>Word</span>
 | 
			
		||||
                <input type="text" id="word" onkeydown="SubmitWordOnCtrlEnter(this)" />
 | 
			
		||||
            </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)" />
 | 
			
		||||
            </label>
 | 
			
		||||
            <label><span>Part of Speech</span>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -99,7 +99,7 @@ function ShowWordEditForm(index) {
 | 
			
		|||
                <label><span>Word</span>\
 | 
			
		||||
                    <input type="text" id="word' + indexString + '" value="' + htmlEntitiesParse(word.name) + '" onkeydown="SubmitWordOnCtrlEnter(this)" />\
 | 
			
		||||
                </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)" />\
 | 
			
		||||
                </label>\
 | 
			
		||||
                <label><span>Part of Speech</span>\
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue