Skip to content

Commit

Permalink
updated demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 committed May 27, 2015
1 parent be46bf5 commit f38e05b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
.LSOverride

# Icon must end with two \r
Icon
Icon


# Thumbnails
._*
Expand All @@ -22,3 +23,4 @@ Network Trash Folder
Temporary Items
.apdisk

_site/
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1><a href="/medium-style-confirm/">medium-style-confirm</a></h1>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<h3>All three: <code>mscAlert</code>,<code>mscPrompt</code> and <code>mscConfirm</code> support similar APIs as shown for <code>mscConfirm</code></h3>
<h2>Demo</h2>
<h2>mscConfirm</h2>
<p><button id="demo1">Simplest</button> <code>mscConfirm(title, okCallback)</code></p>
<div>
<pre>mscConfirm("Delete?",function(){
Expand Down

0 comments on commit f38e05b

Please sign in to comment.