User:FlightTime/OneClickArchiver/sandbox.js: Difference between revisions

Content deleted Content added
Fresh live set
 
Line 364:
mPosted = '<span style="color: #008800">Archive created...</span>';
} else {
let sectionSeparatorsectionContent = '\n\n{{Clear}}\n<br style="clear: both"/>\n' + sectionContent;
}
 
if ( typeof customSectionSeparator !== 'undefined' ) {
if ( customSectionSeparator ) {
sectionSeparator = '\n\n' + customSectionSeparator + '\n\n';
} else {
sectionSeparator = '\n\n';
}
}
 
// ...
 
sectionContent = sectionSeparator + sectionContent;
if ( dnau != null ) {