Skip to content

Commit

Permalink
got the check box working (I think)
Browse files Browse the repository at this point in the history
git-svn-id: http://opus.winelibrary.com/highlite@26 b2180d9d-0f15-4909-a4fa-37428cf2907f
  • Loading branch information
kastner committed Feb 11, 2008
1 parent e526919 commit 4fed606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_selection.php
Expand Up @@ -141,7 +141,7 @@ function go() {
$('head').append('<style id="injectedCss" type="text/css">.bob{border:0}</style>');
if ($("#h-colors").val() != "") { $("#colors").val($("#h-colors").val()); }
if ($("#h-colors").val() != "") { $("#colors").val($("#h-colors").val()); }
if ($("#h-reverse").val() == "true") { $("#reverse").checked = true; }
if ($("#h-reverse").val() == "true") { $("#reverse").attr("checked", true); }
if ($("#image").val() != "") {
go();
}
Expand Down

0 comments on commit 4fed606

Please sign in to comment.