[cpif] r269 - trunk/frontend-web/skins/default
svn at argo.es
svn at argo.es
Thu Jul 12 15:15:58 CEST 2007
Author: alvaro
Date: Thu Jul 12 15:15:57 2007
New Revision: 269
Log:
Bugfix
Modified:
trunk/frontend-web/skins/default/body_show_thread.html
Modified: trunk/frontend-web/skins/default/body_show_thread.html
==============================================================================
--- trunk/frontend-web/skins/default/body_show_thread.html (original)
+++ trunk/frontend-web/skins/default/body_show_thread.html Thu Jul 12 15:15:57 2007
@@ -68,7 +68,7 @@
post.appendChild(document.getElementById("form"));
toggleBox('form',1);
- if(id == "hilos") { return; }
+/* if(id == "hilos") { return; } */
/* quotes */
/* var my_id = id.slice(1); */
@@ -95,7 +95,7 @@
/* text = '[quote="'+author+'"]'+post+'[/quote]\n'; */
/* textarea.value += text; */
/* } */
- }
+/* } */
}
window.onload = toggleBox('form',0);
More information about the cpif
mailing list