tinycm diff lib/functions.js @ rev 57

Fix i18n
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 25 14:23:23 2014 +0100 (2014-01-25)
parents 7914154807bb
children d6f01c5019bb
line diff
     1.1 --- a/lib/functions.js	Wed Apr 11 15:58:29 2012 +0200
     1.2 +++ b/lib/functions.js	Sat Jan 25 14:23:23 2014 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  
     1.5 -// Insert HTML code into editor textarea.
     1.6 +// Insert HTML code into editor text area.
     1.7  function addCode(code) {
     1.8  	document.forms["editor"]["content"].value = 
     1.9  		document.forms["editor"]["content"].value += code;