mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-22 03:35:41 +02:00
parent
81d9bdf6d4
commit
dd4233d7e2
1 changed files with 0 additions and 8 deletions
|
@ -327,14 +327,6 @@ var ModalTerminal = ContainedBase.extend({
|
|||
};
|
||||
|
||||
this.render();
|
||||
|
||||
this.$terminal = this.$el.find('.terminal-window-holder').first();
|
||||
this.$terminal.draggable({
|
||||
cursor: 'move',
|
||||
handle: '.toolbar',
|
||||
containment: '#interfaceWrapper',
|
||||
scroll: false
|
||||
});
|
||||
},
|
||||
|
||||
updateTitle: function(/*string*/ title) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue