whitespace cleanup
This commit is contained in:
parent
b529072d0b
commit
69ef732caf
1 changed files with 68 additions and 69 deletions
|
|
@ -287,6 +287,7 @@ let splithandler_plugin = (function () {
|
|||
|
||||
plugins['popups'].closePopup("#panedialog");
|
||||
}
|
||||
|
||||
//
|
||||
// helper function sending text to a pane
|
||||
var txtToPane = function (panekey, txt) {
|
||||
|
|
@ -304,7 +305,6 @@ let splithandler_plugin = (function () {
|
|||
var scrollHeight = text_div.parent().prop("scrollHeight");
|
||||
text_div.parent().animate({ scrollTop: scrollHeight }, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -316,7 +316,6 @@ let splithandler_plugin = (function () {
|
|||
//
|
||||
// Accept plugin onText events
|
||||
var onText = function (args, kwargs) {
|
||||
|
||||
// If the message is not itself tagged, we'll assume it
|
||||
// should go into any panes with 'all' or 'rest' set
|
||||
var msgtype = "rest";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue