mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Removed useless variable declaration
This commit is contained in:
parent
f50dca1864
commit
ee468de97d
@ -371,7 +371,7 @@ function create_radio(target, name, label){
|
||||
});
|
||||
|
||||
//Add label
|
||||
var labelElem = createElem2({
|
||||
createElem2({
|
||||
appendTo: radioLabel,
|
||||
type: "span",
|
||||
innerHTML: " "+ label
|
||||
|
Loading…
Reference in New Issue
Block a user