Fixed stupid syntax error that threw off the whole submit routine
authorDan
Sun, 05 Jul 2009 00:27:56 -0400
changeset 4 58780df3147b
parent 3 6fe9c484bb26
child 5 7977508aeda3
Fixed stupid syntax error that threw off the whole submit routine
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)