Skip to content

Commit

Permalink
close tags correctly, idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Nov 12, 2011
1 parent 4a678a6 commit 4e4095b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _attachments/css/main.css
Expand Up @@ -125,7 +125,7 @@ input[type=submit], input[type=button], .button {

.pane {
position:absolute;
top:10px;
top:0px;
width:100%;
padding-bottom:10px;
}
Expand Down
2 changes: 1 addition & 1 deletion _attachments/index.html
Expand Up @@ -20,7 +20,7 @@
<a id="home" class="plain_btn" href="#/">&lt;</a>
<h1 id="title">Mobile Futon</h1>
<div id="user">&nbsp;</div>
<div id="user_panel">
<div id="user_panel"></div>
</div>

<div id="content"></div>
Expand Down
2 changes: 2 additions & 0 deletions _attachments/js/mobile.futon.js
Expand Up @@ -76,12 +76,14 @@ var MobileFuton = (function () {
var dialog;

router.pre(function() {

if (dialog) {
renderer.blockTransition();
dialog.remove();
dialog = null;
}
return true;

});

router.get(/^#(\/)?$/, function (rtr) {
Expand Down

0 comments on commit 4e4095b

Please sign in to comment.