1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/64a8b5cdd905/
Changeset: 64a8b5cdd905
User: james_taylor
Date: 2013-09-27 19:30:39
Summary: remove accidently committed variable override
Affected #: 1 file
diff -r ddc870bbff1505bb226cf310f068798063aa7acb -r
64a8b5cdd905978ae383a5f77ce9d34bcb91d450 templates/base/base_panels.mako
--- a/templates/base/base_panels.mako
+++ b/templates/base/base_panels.mako
@@ -7,7 +7,6 @@
self.show_inactivity_warning = False
if trans.webapp.name == 'galaxy' and trans.user:
self.show_inactivity_warning = ( ( trans.user.active is False ) and (
app.config.user_activation_on ) and ( app.config.inactivity_box_content is not None ) )
- self.show_inactivity_warning = True
self.overlay_visible=False
self.active_view=None
self.body_class=""
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.