#921 remove debug code

This commit is contained in:
Alexander Machehin 2013-02-21 18:14:02 +06:00
parent f71c3d9171
commit b37cb79d9c
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ $(document).ready(function() {
});
$('a#updated_at_clear').click(function() {
var tmp = $(this).attr('href');
tmp = $(tmp);
$($(this).attr('href')).val('');
return false;
});