Add order page for favgroups
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
this.initialize_add_to_pool_link();
|
||||
}
|
||||
|
||||
if ($("#c-pool-orders").length) {
|
||||
if ($("#c-pool-orders,#c-favorite-group-orders").length) {
|
||||
this.initialize_simple_edit();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ div#c-pools {
|
||||
}
|
||||
}
|
||||
|
||||
div#c-pool-orders {
|
||||
div#c-pool-orders, div#c-favorite-group-orders {
|
||||
h1 {
|
||||
font-size: $h2_size;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user