Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuc committed Sep 24, 2015
1 parent 18dbbc0 commit 22f7667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/single.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
return getelem('text_input').value
}
if (set) {
return getelem('text_input').value = set
return getelem('text_input').value = set || 'Click here to edit'
}
},
"textarea": function(id, get, set) {
Expand Down

0 comments on commit 22f7667

Please sign in to comment.