diff options
-rw-r--r-- | takahashiPresentation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/takahashiPresentation.js b/takahashiPresentation.js index a0c613b..161445f 100644 --- a/takahashiPresentation.js +++ b/takahashiPresentation.js @@ -101,7 +101,7 @@ start :presentation. commands.add(['presentation'], 'start presentation', //{{{ function(args) { - stop(); + start(); }, { argCount: '0', |