]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
another example of an extra ; in js due to lazy copy/paste jobs
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Mar 2011 00:28:35 +0000 (00:28 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Mar 2011 00:28:35 +0000 (00:28 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8811 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/uservalidationbyemail/views/default/uservalidationbyemail/js.php

index 66cfcd6f631a9d94b740271092c8108516188654..29ef2024dc2fe1e4a10f9766e6391459d6c20574 100644 (file)
@@ -22,6 +22,6 @@ elgg.uservalidationbyemail.init = function() {
 
                $form.attr('action', $(this).attr('href')).submit();
        });
-};
+}
 
 elgg.register_hook_handler('init', 'system', elgg.uservalidationbyemail.init);
\ No newline at end of file