commit/galaxy-central: jgoecks: Make history UI icons compatible with changes in 9dbc82483bd2.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/4a47e7247384/ changeset: 4a47e7247384 user: jgoecks date: 2011-11-14 18:12:52 summary: Make history UI icons compatible with changes in 9dbc82483bd2. affected #: 2 files diff -r 7a72e5299fdc7b9723ca108130aab13951385f9b -r 4a47e724738420ce883ffb27b31e280c93ceefcd static/scripts/galaxy.base.js --- a/static/scripts/galaxy.base.js +++ b/static/scripts/galaxy.base.js @@ -555,7 +555,7 @@ }); // Generate 'collapse all' link - $("#top-links > a.toggle").click( function() { + $("#top-links > a.toggle-contract").click( function() { var prefs = $.jStorage.get("history_expand_state"); if (!prefs) { prefs = {}; } $( "div.historyItemBody:visible" ).each( function() { diff -r 7a72e5299fdc7b9723ca108130aab13951385f9b -r 4a47e724738420ce883ffb27b31e280c93ceefcd templates/root/history.mako --- a/templates/root/history.mako +++ b/templates/root/history.mako @@ -432,7 +432,7 @@ <div id="top-links" class="historyLinks"><a title="${_('refresh')}" class="icon-button arrow-circle tooltip" href="${h.url_for('history', show_deleted=show_deleted)}"></a> - <a title='${_('collapse all')}' class='icon-button toggle tooltip' href='#' style="display: none;"></a> + <a title='${_('collapse all')}' class='icon-button toggle-contract tooltip' href='#' style="display: none"></a> %if trans.get_user(): <div style="width: 40px; float: right; white-space: nowrap;"> 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)
-
Bitbucket