Skip to content

Commit

Permalink
title -> headline
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaG committed Nov 26, 2012
1 parent 02ae749 commit e364aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/posts/post_edit.js
Expand Up @@ -71,7 +71,7 @@ Template.post_edit.events = {
});

var properties = {
title: $('#title').val(),
headline: $('#title').val(),
url: $('#url').val(),
body: instance.editor.exportFile(),
categories: categories,
Expand Down

0 comments on commit e364aa3

Please sign in to comment.