Skip to content

Commit

Permalink
Corrected invalid id generation for editable content links [#15 state…
Browse files Browse the repository at this point in the history
…:resolved]
  • Loading branch information
leveille committed Jan 27, 2009
1 parent a303500 commit 0dafce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smc/core/libraries/javascripts/smc.js
Expand Up @@ -230,7 +230,7 @@ SMC = function(){
Ext.DomHelper.append(
'bai_shortcuts',
'<span class="bai_block"><a class="bai_shortcut" href="javascript:void(0);" id="' +
getId(this) + '-shortcut">' + description + '</a></span>'
this.dom.id + '-shortcut">' + description + '</a></span>'
);
});

Expand Down

0 comments on commit 0dafce4

Please sign in to comment.