Skip to content

Commit

Permalink
wrong function call in cmd plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Sep 1, 2017
1 parent ede975c commit 330c776
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions js/jquery.terminal-1.6.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Copyright (c) 2007-2013 Alexandru Marasteanu <hello at alexei dot ro>
* licensed under 3 clause BSD license
*
* Date: Fri, 01 Sep 2017 12:35:22 +0000
* Date: Fri, 01 Sep 2017 12:39:43 +0000
*/

/* TODO:
Expand Down Expand Up @@ -2031,7 +2031,7 @@
}
draw_prompt();
if (options.enabled === undefined || options.enabled === true) {
self.focus();
self.enable();
}
if (!options.history) {
history.disable();
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal-1.6.4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.terminal-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@
}
draw_prompt();
if (options.enabled === undefined || options.enabled === true) {
self.focus();
self.enable();
}
if (!options.history) {
history.disable();
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Copyright (c) 2007-2013 Alexandru Marasteanu <hello at alexei dot ro>
* licensed under 3 clause BSD license
*
* Date: Fri, 01 Sep 2017 12:35:22 +0000
* Date: Fri, 01 Sep 2017 12:39:43 +0000
*/

/* TODO:
Expand Down Expand Up @@ -2031,7 +2031,7 @@
}
draw_prompt();
if (options.enabled === undefined || options.enabled === true) {
self.focus();
self.enable();
}
if (!options.history) {
history.disable();
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal.min.js

Large diffs are not rendered by default.

0 comments on commit 330c776

Please sign in to comment.