# HG changeset patch # User Pawel Solyga # Date 1246832207 -7200 # Node ID 747e058900d50b441683b16ab28c769d466f0f77 # Parent 087684992ab0a06eab80c88ce89e2e369220d860 Fix comment indention in survey-take javascript file. diff -r 087684992ab0 -r 747e058900d5 app/soc/content/js/survey-take-090705.js --- a/app/soc/content/js/survey-take-090705.js Sun Jul 05 23:45:57 2009 +0200 +++ b/app/soc/content/js/survey-take-090705.js Mon Jul 06 00:16:47 2009 +0200 @@ -88,7 +88,7 @@ } ); - // remember initially chosen project choice + // remember initially chosen project choice $('select#id_project').blur( function () { $(this).data('selected', $(this).find('option:first'));