Navigation Menu

Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
frequent committed Jun 5, 2012
1 parent 1117ff6 commit b4c9fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions multiview JQM 1.1/multiview.css
Expand Up @@ -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;
Expand Down Expand Up @@ -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 */

}
Expand Down
3 changes: 1 addition & 2 deletions multiview JQM 1.1/multiview.js
Expand Up @@ -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");
}
Expand Down

0 comments on commit b4c9fd2

Please sign in to comment.