mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-30 01:34:26 +02:00
parent
92bd248c18
commit
53d613ebec
5 changed files with 27 additions and 18 deletions
|
@ -19841,17 +19841,20 @@ var LevelDropdownView = ContainedBase.extend({
|
|||
});
|
||||
|
||||
this.render();
|
||||
this.buildSequences();
|
||||
Main.getEvents().on('localeChanged', function() {
|
||||
this.render();
|
||||
this.buildSequences();
|
||||
}, this);
|
||||
|
||||
Main.getEvents().on('resetMapSolved', this.render, this);
|
||||
Main.getEvents().on('localeChanged', this.render, this);
|
||||
|
||||
if (!options.wait) {
|
||||
this.show();
|
||||
}
|
||||
},
|
||||
|
||||
render: function() {
|
||||
LevelDropdownView.__super__.render.apply(this, arguments);
|
||||
this.buildSequences();
|
||||
},
|
||||
|
||||
positive: function() {
|
||||
if (!this.selectedID) {
|
||||
return;
|
||||
|
@ -28588,17 +28591,20 @@ var LevelDropdownView = ContainedBase.extend({
|
|||
});
|
||||
|
||||
this.render();
|
||||
this.buildSequences();
|
||||
Main.getEvents().on('localeChanged', function() {
|
||||
this.render();
|
||||
this.buildSequences();
|
||||
}, this);
|
||||
|
||||
Main.getEvents().on('resetMapSolved', this.render, this);
|
||||
Main.getEvents().on('localeChanged', this.render, this);
|
||||
|
||||
if (!options.wait) {
|
||||
this.show();
|
||||
}
|
||||
},
|
||||
|
||||
render: function() {
|
||||
LevelDropdownView.__super__.render.apply(this, arguments);
|
||||
this.buildSequences();
|
||||
},
|
||||
|
||||
positive: function() {
|
||||
if (!this.selectedID) {
|
||||
return;
|
||||
|
|
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -412,7 +412,7 @@
|
|||
For a much easier time perusing the source, see the individual files at:
|
||||
https://github.com/pcottle/learnGitBranching
|
||||
-->
|
||||
<script src="build/bundle.min.3da7a96b.js"></script>
|
||||
<script src="build/bundle.min.47d7787a.js"></script>
|
||||
|
||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||
The downside? No raw logs to parse for analytics, so I have to include
|
||||
|
|
|
@ -51,17 +51,20 @@ var LevelDropdownView = ContainedBase.extend({
|
|||
});
|
||||
|
||||
this.render();
|
||||
this.buildSequences();
|
||||
Main.getEvents().on('localeChanged', function() {
|
||||
this.render();
|
||||
this.buildSequences();
|
||||
}, this);
|
||||
|
||||
Main.getEvents().on('resetMapSolved', this.render, this);
|
||||
Main.getEvents().on('localeChanged', this.render, this);
|
||||
|
||||
if (!options.wait) {
|
||||
this.show();
|
||||
}
|
||||
},
|
||||
|
||||
render: function() {
|
||||
LevelDropdownView.__super__.render.apply(this, arguments);
|
||||
this.buildSequences();
|
||||
},
|
||||
|
||||
positive: function() {
|
||||
if (!this.selectedID) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue