Alexey Boroda
/
extrem-new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f8ecda334dd5f3410caa6fa8e25b7f95b86159a9
Authored by
Eugeny Galkovskiy
2016-10-06 13:42:35 +0300
1 parent
8bd5fde4
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
Inline
Side-by-side
frontend/web/js/script.js
Wrap text
Show/Hide comments
View file @
f8ecda3
...
...
@@ -54,7 +54,7 @@ $(document).ready(function(){
54
54
return false;
55
55
});
56
56
if($("#orderform-username input[type='checkbox']").is(':checked')){
57
- $(
"body").addClass('sdfsdfsdfs'
);
57
+ $(
this).hide(
);
58
58
}
59
59
60
60
});
61
61
\ No newline at end of file
...
...