Commit 4f6b46f140b28f5b4968fbdc5562da78618909f1

Authored by Eugeny Galkovskiy
1 parent f12f7839

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/web/js/script.js
@@ -53,7 +53,7 @@ $(document).ready(function(){ @@ -53,7 +53,7 @@ $(document).ready(function(){
53 } 53 }
54 return false; 54 return false;
55 }); 55 });
56 - if($("#orderform-username input[type='checkbox']").attr("checked") = 'checked'){ 56 + if($("#orderform-username input[type='checkbox']").is(':checked')){
57 alert('dsfd'); 57 alert('dsfd');
58 } 58 }
59 59