Skip to content

Commit

Permalink
Removes data-disable-* from demo
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Oct 4, 2013
1 parent c4fd023 commit 03a2326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<div id="container">
<div class="editable" data-placeholder="Type some text" data-disable-return="true">
<div class="editable" data-placeholder="Type some text">
select me
<p>select me 2</p>

Expand All @@ -22,7 +22,7 @@
<p>About two o'clock the mist cleared away, and we beheld, stretched out in every direction, vast and irregular plains of ice, which seemed to have no end. Some of my comrades groaned, and my own mind began to grow watchful with anxious thoughts, when a strange sight suddenly attracted our attention and diverted our solicitude from our own situation. We perceived a low carriage, fixed on a sledge and drawn by dogs, pass on towards the north, at the distance of half a mile; a being which had the shape of a man, but apparently of gigantic stature, sat in the sledge and guided the dogs. We watched the rapid progress of the traveller with our telescopes until he was lost among the distant inequalities of the ice. This appearance excited our unqualified wonder. We were, as we believed, many hundred miles from any land; but this apparition seemed to denote that it was not, in reality, so distant as we had supposed. Shut in, however, by ice, it was impossible to follow his track, which we had observed with the greatest attention. About two hours after this occurrence we heard the ground sea, and before night the ice broke and freed our ship. We, however, lay to until the morning, fearing to encounter in the dark those large loose masses which float about after the breaking up of the ice. I profited of this time to rest for a few hours.</p>
</div>
<div class="editable"></div>
<div class="editable" data-placeholder="Type your post" data-disable-toolbar="true"></div>
<div class="editable" data-placeholder="Type your post"></div>
</div>
<script src="../dist/js/medium.editor.js"></script>
<script>
Expand Down

0 comments on commit 03a2326

Please sign in to comment.