From b4c9fd29da9eacef0e459fac8fdc03cae6166eb2 Mon Sep 17 00:00:00 2001 From: Sven Franck Date: Tue, 5 Jun 2012 15:13:51 +0100 Subject: [PATCH] cleanup --- multiview JQM 1.1/multiview.css | 8 ++++---- multiview JQM 1.1/multiview.js | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/multiview JQM 1.1/multiview.css b/multiview JQM 1.1/multiview.css index 69887f7..bc73fd5 100644 --- a/multiview JQM 1.1/multiview.css +++ b/multiview JQM 1.1/multiview.css @@ -75,9 +75,9 @@ div[data-wrapper="true"] { margin: 0px; padding: 0px; width: inherit; /* h /* div[data-wrapper="true"] div.ui-page { position: relative;} NOTE: not sure this breaks things, but it sure eases transitions vs. default pos: absolute */ - +/* .ui-content { overflow: visible; } - +*/ .ui-splitview-hidden { display:none; @@ -191,8 +191,8 @@ NOTE: not sure this breaks things, but it sure eases transitions vs. default pos overflow-x: hidden; overflow-y: auto; /* must not be scroll!! */ right: 0; - top: 43px; - padding-bottom: 50px; + /*top: 43px; + padding-bottom: 50px;*/ /* position: absolute !important; this will give two scrollbars on desktop */ } diff --git a/multiview JQM 1.1/multiview.js b/multiview JQM 1.1/multiview.js index 87e3c26..8ffddd0 100644 --- a/multiview JQM 1.1/multiview.js +++ b/multiview JQM 1.1/multiview.js @@ -1943,8 +1943,7 @@ */ $(document).on('pagebeforeshow.doubleActive', function() { - var activePanelPages = $('div:jqmData(panel="popover"):visible .ui-page-active'); - console.log("NOW"); + var activePanelPages = $('div:jqmData(panel="popover"):visible .ui-page-active'); if ( activePanelPages.length > 1 ){ activePanelPages.first().removeClass( $.mobile.activePageClass ).addClass("FUCKFACE"); }