[hg] galaxy 2600: Remove redundant auto-save js
details: http://www.bx.psu.edu/hg/galaxy/rev/97170896bb91 changeset: 2600:97170896bb91 user: Kanwei Li <kanwei@gmail.com> date: Thu Aug 20 11:04:45 2009 -0400 description: Remove redundant auto-save js 2 file(s) affected in this change: templates/workflow/editor_generic_form.mako templates/workflow/editor_tool_form.mako diffs (23 lines): diff -r bedfce38e652 -r 97170896bb91 templates/workflow/editor_generic_form.mako --- a/templates/workflow/editor_generic_form.mako Thu Aug 20 10:59:13 2009 -0400 +++ b/templates/workflow/editor_generic_form.mako Thu Aug 20 11:04:45 2009 -0400 @@ -40,7 +40,3 @@ </form> </div> </div> - -<script type="text/javascript"> - workflow.enable_auto_save(); -</script> diff -r bedfce38e652 -r 97170896bb91 templates/workflow/editor_tool_form.mako --- a/templates/workflow/editor_tool_form.mako Thu Aug 20 10:59:13 2009 -0400 +++ b/templates/workflow/editor_tool_form.mako Thu Aug 20 11:04:45 2009 -0400 @@ -108,8 +108,3 @@ </form> </div> </div> - -<script type="text/javascript"> - workflow.enable_auto_save(); -</script> -
participants (1)
-
Greg Von Kuster