Correction to previous commit, removing debugging.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Owen Leonard 2008-09-09 10:54:23 -05:00 committed by Galen Charlton
parent 093a7b424a
commit 5e64df73f0

View file

@ -75,7 +75,6 @@ function Check(f) {
}
$(document).ready(function() {
$('#icons > ul').tabs();
alert($("input:radio[@name=image]:checked").parents("div:first").attr("id"));
});
//]]>
</script>