Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akashpoudelnp committed Jul 21, 2022
1 parent 7e5c08b commit 16e65ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/home/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ class="btn btn-primary shadow " type="submit">Convert </button></div>
if (val == 'bs2ad') {
$('#bs2ad').removeAttr('hidden');
$('#ad2bs').attr('hidden', '');
$('#result_ad2bs').attr('hidden', '');
$('#value_ad2bs').text("");
$('#result').attr('hidden', '');
$('#result_value').text("");
} else {
$('#bs2ad').attr('hidden', '');
$('#ad2bs').removeAttr('hidden');
$('#result_bs2ad').attr('hidden', '');
$('#value_bs2ad').text("");
$('#result').attr('hidden', '');
$('#result_value').text("");
}
});
</script>
Expand Down

0 comments on commit 16e65ac

Please sign in to comment.