includes/clientside/tinymce/themes/advanced/js/charmap.js
changeset 395 fa4c5ecb7c9a
parent 335 67bd3121a12e
child 459 31c23016ab62
equal deleted inserted replaced
394:fbfdcea634a7 395:fa4c5ecb7c9a
   304 
   304 
   305 	// Refocus in window
   305 	// Refocus in window
   306 	if (tinyMCEPopup.isWindow)
   306 	if (tinyMCEPopup.isWindow)
   307 		window.focus();
   307 		window.focus();
   308 
   308 
       
   309 	tinyMCEPopup.editor.focus();
   309 	tinyMCEPopup.close();
   310 	tinyMCEPopup.close();
   310 }
   311 }
   311 
   312 
   312 function previewChar(codeA, codeB, codeN) {
   313 function previewChar(codeA, codeB, codeN) {
   313 	var elmA = document.getElementById('codeA');
   314 	var elmA = document.getElementById('codeA');