diff --git a/public/interactions.js b/public/interactions.js index f8dd460..6b1b1f4 100644 --- a/public/interactions.js +++ b/public/interactions.js @@ -4,8 +4,8 @@ $(document).ready(function() { $('input[type="submit"]').click(function(e) { e.preventDefault(); var text = $textarea.val(); - history.pushState({}, {}, '/?text=' + text); -// $textarea.val(utf8ify.parse(text)); +// history.pushState({}, {}, '/?text=' + text); + $textarea.val(utf8ify.parse(text)); /* $('body').append('
Your text has been utf8ified.
'); $('#notice').css({