Skip to content

Commit

Permalink
Prevent double display on save.
Browse files Browse the repository at this point in the history
This fixes a "bug" in the x-editable module which was causing the data
to show up twice when the content was saved to the database.

nate-strauser/meteor-x-editable-bootstrap#23
  • Loading branch information
bryankennedy committed Feb 1, 2015
1 parent 1378f1f commit ef951ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/views/items/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ <h3>{{title}}</h3>
<p
id="textArea"
class="editable"
data-display="false"
data-type="textarea"
data-placeholder="Enter text"
data-emptytext="Click to enter text"
Expand Down

0 comments on commit ef951ae

Please sign in to comment.