Skip to content
Snippets Groups Projects
Commit f479015c authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

drop useless javascript

parent 32f3fb57
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,3 @@
</p>
[% END %]
</fieldset>
<script type="text/javascript">
$(function() {
$('label[for="email"]').on('click', function() {
var input = $(this).prev();
input.val([input.attr('value')]);
});
});
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment