Skip to content

Commit fa02ce4

Browse files
authored
Remove javascript:void(0) (#200) (#201)
1 parent 5c5613b commit fa02ce4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LDK/resources/web/LDK/panel/NavPanel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ Ext4.define('LDK.panel.NavPanel', {
443443
return {
444444
xtype: 'ldk-linkbutton',
445445
text: config.text || 'Import Data',
446-
href: 'javascript:void(0);',
447446
tooltip: config.importTooltip || 'Click to import new data',
448447
hidden: config.showImport===false || !LABKEY.Security.currentUser.canInsert,
449448
importIntoWorkbooks: config.importIntoWorkbooks,

0 commit comments

Comments
 (0)