Skip to content

Commit

Permalink
Remove javascript:void(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Apr 11, 2024
1 parent 5c5613b commit fa3ad86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LDK/resources/web/LDK/panel/NavPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ Ext4.define('LDK.panel.NavPanel', {
return {
xtype: 'ldk-linkbutton',
text: config.text || 'Import Data',
href: 'javascript:void(0);',
tooltip: config.importTooltip || 'Click to import new data',
hidden: config.showImport===false || !LABKEY.Security.currentUser.canInsert,
importIntoWorkbooks: config.importIntoWorkbooks,
Expand Down

0 comments on commit fa3ad86

Please sign in to comment.