mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Some GUI cleanup of the RSS plugin.
This commit is contained in:
@@ -881,7 +881,7 @@ function duplicateHTML(copy,paste,baseid){
|
||||
|
||||
but.type = 'button';
|
||||
but.value = 'x';
|
||||
but.className = 'button';
|
||||
but.className = 'btn button';
|
||||
but.onclick = function(){ this.parentNode.parentNode.removeChild(this.parentNode); };
|
||||
|
||||
var destination = document.getElementById(paste);
|
||||
|
Reference in New Issue
Block a user