remove unnecessary comment
git-svn-id: svn://10.0.0.236/trunk@68105 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9427c71d81
commit
a85dfa238a
@ -229,8 +229,6 @@ function AddAttachmentToMenu(name, oncommand)
|
||||
var item = document.createElement('menuitem');
|
||||
if ( item )
|
||||
{
|
||||
// popup.removeAttribute('menugenerated');
|
||||
|
||||
popup.appendChild(item);
|
||||
item.setAttribute('value', name);
|
||||
item.setAttribute('oncommand', oncommand);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user