Skip to content

Commit

Permalink
fixed issue with g2 showing mobile list below desktop list
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Feb 17, 2024
1 parent 8c9eb40 commit a0496b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/scriptaculous/lib/prototype.js
Expand Up @@ -810,7 +810,7 @@ Object.extend(Enumerable, {
every: Enumerable.all,
some: Enumerable.any
});
*
*/
function $A(iterable) {
if (!iterable) return [];
if (iterable.toArray) return iterable.toArray();
Expand Down
4 changes: 3 additions & 1 deletion modules/g2/css/xataface-global.css
Expand Up @@ -3118,4 +3118,6 @@ div.mobile-list-settings-wrapper.active {

}


.mobile, .mobile-listing, .mobile-footer {
display:none;
}

0 comments on commit a0496b3

Please sign in to comment.