3658 remove extra spaces
This commit is contained in:
parent
6309243b87
commit
9aa7ef2046
1 changed files with 2 additions and 3 deletions
|
|
@ -148,8 +148,7 @@ let options2 = (function () {
|
|||
|
||||
// don't claim this Prompt as completed.
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
//
|
||||
//
|
||||
var init = function() {
|
||||
|
|
@ -181,7 +180,7 @@ let options2 = (function () {
|
|||
onOptionsUI: onOptionsUI,
|
||||
onPrompt: onPrompt,
|
||||
onOptionCheckboxChanged: onOptionCheckboxChanged,
|
||||
onOpenCloseOptions: onOpenCloseOptions
|
||||
onOpenCloseOptions: onOpenCloseOptions,
|
||||
}
|
||||
})();
|
||||
window.plugin_handler.add("options2", options2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue