Skip to content

Commit

Permalink
Clean up html and switch to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Irwin committed Mar 7, 2014
1 parent 85bbc1e commit 124e131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>Additional Tools & Settings</h3>
<fieldset>
<legend>Controls</legend>
<div class="checkbox">
<label><input type="checkbox" value="editControl" checked="checked">Edit</label>
<label><input type="checkbox" value="editControl">Edit</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="fullscreenControl">Fullscreen</label>
Expand Down
2 changes: 1 addition & 1 deletion index.min.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3>Additional Tools & Settings</h3>
<fieldset>
<legend>Controls</legend>
<div class="checkbox">
<label><input type="checkbox" value="editControl" checked="checked">Edit</label>
<label><input type="checkbox" value="editControl">Edit</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="fullscreenControl">Fullscreen</label>
Expand Down
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ function ready() {
}
}
},
type: 'POST',
url: base + 'builder/save' + (base === '/' ? '' : '&callback=?')
});
}
Expand Down

0 comments on commit 124e131

Please sign in to comment.