diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-06 08:58:37 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-06 09:04:42 +0200 |
| commit | eb38ec3f771c6127f06fa1370922202e7d20607d (patch) | |
| tree | e67e4dfebeb276124f14bb3fc10521becca9d704 /src | |
| parent | 0c5c2177c4cf69e0af1eb15b8042daef7083407e (diff) | |
debug off by default, set a fakeuser and enable history in debug mode
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js index 4234beaf..070f3cb5 100644 --- a/src/main.js +++ b/src/main.js @@ -25,6 +25,7 @@ function(textanalysis_ui, textanalysis, buttons, history, drag_n_drop, } if (util.getParameterByName('debug')) { $(document.body).addClass('debug'); + rz_core.graph.set_user('fakeuser'); } document.body.onkeyup = function(e) { |
