|
@@ -7,7 +7,7 @@ $(document).ready(function () {
|
7
|
7
|
radiobutton.parent().parent().addClass('selected');
|
8
|
8
|
}
|
9
|
9
|
// If the input is clicked, redirect it to the overlay click event
|
10
|
|
- $('input[name="stylesheet_gallery"]').change(function() {
|
|
10
|
+ $('input[name="stylesheet_gallery"]').click(function() {
|
11
|
11
|
$('.preview_wrapper').removeClass('selected');
|
12
|
12
|
var parent = $(this).parent();
|
13
|
13
|
parent.addClass('selected');
|