diff options
Diffstat (limited to 'addhatebu.js')
-rw-r--r-- | addhatebu.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addhatebu.js b/addhatebu.js index 7fff76e..93a6ef0 100644 --- a/addhatebu.js +++ b/addhatebu.js @@ -35,8 +35,10 @@ commands.addUserCommand( contents.location.reload(); }else{ liberator.echoerr('Invalid Parameter'); + delete contents; return false; } + delete contents; },{ completer : function(context, args){ context.completions=[ |