Skip to content

Commit

Permalink
Merge pull request #198 from LabKey/fb_merge_24.3_to_develop
Browse files Browse the repository at this point in the history
Merge discvr-24.3 to develop
  • Loading branch information
bbimber authored Apr 10, 2024
2 parents a4bc764 + 0c9dd18 commit 5c5613b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions laboratory/resources/web/laboratory/button/IconButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ Ext4.define('Laboratory.button.IconButton', {

renderTpl: [
'<div id="{id}-wrap" class="tool-icon">',
'<a style="display: block" ' +
'<a style="display: block;cursor: pointer;" ' +
'<tpl if="href">href="{href}"</tpl>' +
'<tpl if="!href">href="javascript:void(0)"</tpl>' +
'<tpl if="tooltip"> data-qtip="{tooltip}"</tpl>' +
'>' +
'<tpl if="icon"><div><img id="{id}-btnIconEl" src="{icon}"/ ></div></tpl>' +
'<tpl if="icon"><div><img alt="{text}" id="{id}-btnIconEl" src="{icon}"/ ></div></tpl>' +
'{text}</a>',
'</div>'
],
Expand Down

0 comments on commit 5c5613b

Please sign in to comment.