From 4f6b46f140b28f5b4968fbdc5562da78618909f1 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 6 Oct 2016 13:34:39 +0300 Subject: [PATCH] 123 --- frontend/web/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 409a844..9ebd72b 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -53,7 +53,7 @@ $(document).ready(function(){ } return false; }); - if($("#orderform-username input[type='checkbox']").attr("checked") = 'checked'){ + if($("#orderform-username input[type='checkbox']").is(':checked')){ alert('dsfd'); } -- libgit2 0.21.4