|
@@ -297,7 +297,7 @@
|
|
|
|
|
|
}, false );
|
|
|
button.style.display = 'none';
|
|
|
- panel.appendChild( button );
|
|
|
+ actionPanel.appendChild( button );
|
|
|
|
|
|
var button2 = document.createElement( 'a' );
|
|
|
button2.className = 'action-button';
|
|
@@ -310,7 +310,7 @@
|
|
|
|
|
|
}, false );
|
|
|
button2.style.display = 'none';
|
|
|
- panel.appendChild( button2 );
|
|
|
+ actionPanel.appendChild( button2 );
|
|
|
|
|
|
var links = {};
|
|
|
var selected = null;
|