commit/galaxy-central: jgoecks: Fix bug in cab4a22: move return before script tag to avoid bad HTML.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8d8a2ff4ffc1/ Changeset: 8d8a2ff4ffc1 User: jgoecks Date: 2013-06-18 14:53:39 Summary: Fix bug in cab4a22: move return before script tag to avoid bad HTML. Affected #: 1 file diff -r d2d4b6ac2139f1623301990462a5e63b2952dcc1 -r 8d8a2ff4ffc170ee6588dbb4c1d20f89dcee7c51 templates/refresh_frames.mako --- a/templates/refresh_frames.mako +++ b/templates/refresh_frames.mako @@ -1,9 +1,10 @@ ## Include JavaScript code to refresh Galaxy application frames as needed. <%def name="handle_refresh_frames()"> - <script type="text/javascript"><% if not refresh_frames: return %> + + <script type="text/javascript"> %if 'everything' in refresh_frames: parent.location.href="${h.url_for( controller='root' )}"; %endif 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