Changeset 32429 in spip-zone
- Timestamp:
- Oct 28, 2009, 5:22:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/commentaires/formulaires/forum.html
r31143 r32429 131 131 $(window) 132 132 .bind('unload', function(){ 133 if (saveauto) 134 $.cookie('spip_contenu_formulaire_#ENV{_sign}', 135 $('#formulaire_forum textarea#EVAL{chr(91)}name=texte#EVAL{chr(93)}').val() 136 ); 133 if (saveauto){ 134 var s = $('#formulaire_forum textarea#EVAL{chr(91)}name=texte#EVAL{chr(93)}').val(); 135 if (s) 136 $.cookie('spip_contenu_formulaire_#ENV{_sign}', s); 137 else 138 $.cookie('spip_contenu_formulaire_#ENV{_sign}', null); 139 } 137 140 }); 138 141 });
Note: See TracChangeset
for help on using the changeset viewer.