mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-20 17:50:04 +02:00
WOW REALLY NICE with level switching
This commit is contained in:
parent
9460c4b4c6
commit
8e98c4d457
7 changed files with 154 additions and 61 deletions
|
@ -399,7 +399,7 @@ var CanvasTerminalHolder = BaseView.extend({
|
|||
this.destination = $('body');
|
||||
this.JSON = {
|
||||
title: options.title || 'Goal To Reach',
|
||||
text: options.text || 'You can hide this modal with "hide goal"'
|
||||
text: options.text || 'You can hide this window with "hide goal"'
|
||||
};
|
||||
|
||||
this.render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue