commit/galaxy-central: guerler: UI: Fix eye icon in iconbar
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f9162b317ed2/ Changeset: f9162b317ed2 User: guerler Date: 2013-10-31 19:42:03 Summary: UI: Fix eye icon in iconbar Affected #: 1 file diff -r 262232194f777c892ee8f08c629cc8d1e8f2814a -r f9162b317ed2053913ffa16c777feccc946fad14 static/scripts/galaxy.frame.js --- a/static/scripts/galaxy.frame.js +++ b/static/scripts/galaxy.frame.js @@ -740,7 +740,7 @@ $(".frame").fadeIn('fast'); // add class - this.button_load.icon("fa-eye-open"); + this.button_load.icon("fa-eye"); this.button_load.toggle(); // hide shadow 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