# HG changeset patch # User Dan # Date 1246768076 14400 # Node ID 58780df3147b13e341ee191c0a51fc095aa8625c # Parent 6fe9c484bb269defcf282f42074841781b2b40ab Fixed stupid syntax error that threw off the whole submit routine diff -r 6fe9c484bb26 -r 58780df3147b Gorilla.php --- a/Gorilla.php Sun May 31 01:01:05 2009 -0400 +++ b/Gorilla.php Sun Jul 05 00:27:56 2009 -0400 @@ -128,7 +128,7 @@ title: $('#gorilla_title').val(), ttl: parseInt($('.gorilla_ttl:checked').val()), parent: parent, - hash: $('#gorilla_hash').val(); + hash: $('#gorilla_hash').val() }; json_packet = ajaxEscape(toJSONString(json_packet)); ajaxPost(makeUrlNS('Special', 'NewPaste/ajaxsubmit'), 'r=' + json_packet, function(ajax)