Removed reference to undefined variable
authorAlexander Ebert <ebert@woltlab.com>
Mon, 5 Jan 2015 19:39:47 +0000 (20:39 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 5 Jan 2015 19:39:47 +0000 (20:39 +0100)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbutton.js

index a90f2f774a59fb5c53df32fdf8434afbb17aa698..a92cadf857bdac75c9367b4743b97d6a8fb58ff0 100644 (file)
@@ -176,9 +176,6 @@ RedactorPlugins.wbutton = function() {
                                        this.selection.restore();
                                }
                        }
-                       
-                       event.preventDefault();
-                       return false;
                },
                
                insertImage: function() {