Fix end tag
This commit is contained in:
parent
467ae9d9e7
commit
94af0d1279
@ -460,7 +460,7 @@ var SN = { // StatusNet
|
|||||||
NLN.remove();
|
NLN.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
var S = '<div id="'+SN.C.S.NoticeDataGeoSelected+'" class="'+SN.C.S.Success+'"/div>';
|
var S = '<div id="'+SN.C.S.NoticeDataGeoSelected+'" class="'+SN.C.S.Success+'"/>';
|
||||||
NDGS = $('#'+SN.C.S.NoticeDataGeoSelected);
|
NDGS = $('#'+SN.C.S.NoticeDataGeoSelected);
|
||||||
if (NDGS.length > 0) {
|
if (NDGS.length > 0) {
|
||||||
NDGS.replaceWith(S);
|
NDGS.replaceWith(S);
|
||||||
|
Loading…
Reference in New Issue
Block a user