diff --git a/build/bundle.js b/build/bundle.js index fb90c81f..d9689568 100644 --- a/build/bundle.js +++ b/build/bundle.js @@ -18300,13 +18300,13 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di '## The LearnGitBranching Interface', '', 'There are features to use within the user interface behind ', - 'this modal dialog. A list:', + 'this modal dialog. A list', '', ' * git commands (to interact with git)', ' * level commands (to get level hints or solutions)', ' * sandbox commands (like this one)', '', - '# This dialog is NOT FINISHED **TODO**' + '# This dialog is NOT FINISHED TODO' ] } }]; @@ -18681,13 +18681,13 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di '## The LearnGitBranching Interface', '', 'There are features to use within the user interface behind ', - 'this modal dialog. A list:', + 'this modal dialog. A list', '', ' * git commands (to interact with git)', ' * level commands (to get level hints or solutions)', ' * sandbox commands (like this one)', '', - '# This dialog is NOT FINISHED **TODO**' + '# This dialog is NOT FINISHED TODO' ] } }]; diff --git a/src/js/dialogs/sandbox.js b/src/js/dialogs/sandbox.js index 0481a3a0..90da0770 100644 --- a/src/js/dialogs/sandbox.js +++ b/src/js/dialogs/sandbox.js @@ -18,13 +18,13 @@ exports.dialog = [{ '## The LearnGitBranching Interface', '', 'There are features to use within the user interface behind ', - 'this modal dialog. A list:', + 'this modal dialog. A list', '', ' * git commands (to interact with git)', ' * level commands (to get level hints or solutions)', ' * sandbox commands (like this one)', '', - '# This dialog is NOT FINISHED **TODO**' + '# This dialog is NOT FINISHED TODO' ] } }]; diff --git a/todo.txt b/todo.txt index 2bb49266..683d7bde 100644 --- a/todo.txt +++ b/todo.txt @@ -4,8 +4,6 @@ Big Things Medium things: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -[ ] get automated SHA hash appending in the html source :OOOOO... template? or what?t - Cases to handle / things to edit ======================= @@ -26,6 +24,7 @@ Ideas for cleaning Done things: (I only started this on Dec 17th 2012 to get a better sense of what was done) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +[x] get automated SHA hash appending in the html source :OOOOO... template? or what?t [x] import random level JSON [x] export / import tree from JSON [x] rebase bug... ugh