diff --git a/js/scriptaculous/lib/prototype.js b/js/scriptaculous/lib/prototype.js index 6ecd0584..e1257fc7 100644 --- a/js/scriptaculous/lib/prototype.js +++ b/js/scriptaculous/lib/prototype.js @@ -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(); diff --git a/modules/g2/css/xataface-global.css b/modules/g2/css/xataface-global.css index c3fe32e4..206dd029 100644 --- a/modules/g2/css/xataface-global.css +++ b/modules/g2/css/xataface-global.css @@ -3118,4 +3118,6 @@ div.mobile-list-settings-wrapper.active { } - \ No newline at end of file +.mobile, .mobile-listing, .mobile-footer { + display:none; +}