1
0
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:
Cameron
2012-11-27 19:56:35 -08:00
parent 67da27109f
commit c4bc3cda63
5 changed files with 229 additions and 190 deletions

View File

@@ -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);