From 730263d214613dc7e2a1e676a0b1e575371105cd Mon Sep 17 00:00:00 2001 From: bbimber Date: Tue, 2 Apr 2024 21:40:22 -0700 Subject: [PATCH] Remove inline click handler --- laboratory/resources/web/laboratory/button/IconButton.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/laboratory/resources/web/laboratory/button/IconButton.js b/laboratory/resources/web/laboratory/button/IconButton.js index cabdd979..3b2c5016 100644 --- a/laboratory/resources/web/laboratory/button/IconButton.js +++ b/laboratory/resources/web/laboratory/button/IconButton.js @@ -7,12 +7,11 @@ Ext4.define('Laboratory.button.IconButton', { renderTpl: [ '
', - 'href="{href}"' + - 'href="javascript:void(0)"' + ' data-qtip="{tooltip}"' + '>' + - '
' + + '
{text}
' + '{text}
', '
' ],