|
@@ -33,7 +33,7 @@
|
33
|
33
|
$("#covers img").each(function() {
|
34
|
34
|
$(this).attr("src", $(this).data("gazelle-temp-src"));
|
35
|
35
|
});
|
36
|
|
- $("#covers div").each(function() {
|
|
36
|
+ $("#covers > div").each(function() {
|
37
|
37
|
$(this).show();
|
38
|
38
|
$(this).after("<span class=\"cover_seperator\"><br /><hr /><br /></span>");
|
39
|
39
|
$(".next_cover").hide();
|
|
@@ -43,7 +43,7 @@
|
43
|
43
|
} else {
|
44
|
44
|
show_all = false;
|
45
|
45
|
$(this).text("Show all");
|
46
|
|
- $("#covers div").each(function() {
|
|
46
|
+ $("#covers > div").each(function() {
|
47
|
47
|
if ($(this).attr("class") != "head") {
|
48
|
48
|
if ($(this).attr("id") != current) {
|
49
|
49
|
$(this).hide();
|