Index: agilo/ticket/templates/agilo_ticket_edit.html
===================================================================
8c8
<         <head>${select("*|text()")}
---
>         <head>
12,13c12
<                     jQuery('#propertyform').unbind();
<                     jQuery('#propertyform').find("*").unbind();
---
>                     $.fn.autoSubmit = function(args, update, busy) { return; };
16a16
>             ${select("*|text()")}
Index: agilo/ticket/templates/agilo_ticket_new.html
===================================================================
9c9,17
<             <head>${select("*|text()")}
---
>             <head>
>                 <script type="text/javascript">
>                     /* <![CDATA[ */
>                     jQuery(function() {
>                         $.fn.autoSubmit = function(args, update, busy) { return; };
>                     });
>                     /* ]]> */
>                 </script>
>                 ${select("*|text()")}
