Skip to content

Commit

Permalink
2. fix the context and offset (but not test since without a valid loc…
Browse files Browse the repository at this point in the history
…al API test env)
  • Loading branch information
LIANG GOU committed Aug 17, 2015
1 parent 2512524 commit 4e7f16f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ $(document).ready(function() {
* matched with LIWC categories;
*/
var text = $text.val(),
CURRENT_TEXT = text;


$('.output-div')[0].scrollIntoView(true); // Boolean arguments

$.post('/tone', {'text': text })
Expand Down

0 comments on commit 4e7f16f

Please sign in to comment.