commit/galaxy-central: guerler: UI: Refresh history on history switch
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d0a3879c0708/ Changeset: d0a3879c0708 User: guerler Date: 2013-11-25 21:37:46 Summary: UI: Refresh history on history switch Affected #: 1 file diff -r 61eacb9ce6d54a3cc217e7d826963a9a7370adf7 -r d0a3879c0708983fccb24b809bfe29d96a8dbb59 templates/grid_base.mako --- a/templates/grid_base.mako +++ b/templates/grid_base.mako @@ -221,8 +221,7 @@ <%def name="grid_javascripts()"> ${h.js("libs/jquery/jquery.autocomplete", "galaxy.autocom_tagging", "libs/jquery/jquery.rating" )} - ${handle_refresh_frames()} - + <script type="text/javascript"> var gridView = null; function add_tag_to_grid_filter (tag_name, tag_value) @@ -470,6 +469,8 @@ }); }); </script> + + ${handle_refresh_frames()} </%def> ## Render grid table footer contents. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org