canary fix (again)

This commit is contained in:
Cynthia Foxwell 2018-05-21 15:31:21 -06:00
parent 119cf7a1ac
commit cc3e5ea311
2 changed files with 4 additions and 15 deletions

View file

@ -71,15 +71,6 @@ exports = {
$settingsapi.ourSections.push({section:"HEADER",label:label});
$settingsapi.sections.splice($settingsapi.sections.length-4,0,{section:"HEADER",label:label});
},
exportSections: function(){
let out = "";
for(i in $settingsapi._sections){
out = out + convertToText($settingsapi._sections[i]);
}
return out;
},
//All of these allow us to use Discord's elements.
elements: {
createVerticalPanel: function() {