Skip to content

Commit

Permalink
bootstrap toggle debug button
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-saito-linx committed May 16, 2012
1 parent e67e307 commit 30c169b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Ingredientes/Ingredients.css
@@ -1,4 +1,4 @@
body{
body {
margin: 20px 0 0 30px;
}

Expand Down
2 changes: 1 addition & 1 deletion samples/Ingredientes/Ingredients.html
Expand Up @@ -74,7 +74,7 @@ <h3>

<p><input type="button" class="btn btn-small" data-bind="click : ingredientVm.save" value="Save"/></p>

<p><input type="button" class="btn btn-small" id="buttonShowDebugInfo" value="Show Debug Info"/></p>
<p><input type="button" class="btn btn-small" data-toggle="button" id="buttonShowDebugInfo" value="Show Debug Info"/></p>
<div>
<div id="divLog">
<h4>
Expand Down

0 comments on commit 30c169b

Please sign in to comment.