Skip to content

Commit

Permalink
using get with no js
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcmanus committed Mar 31, 2012
1 parent efe9998 commit 69abf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/interactions.js
Expand Up @@ -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('<div id="notice">Your text has been utf8ified.</div>');
$('#notice').css({
Expand Down

0 comments on commit 69abf13

Please sign in to comment.