Kyle Gottfried
2014-06-23 b2ef5a6b0f5d5f78b334296aa9dfdde7571083e6
src/main/java/com/gitblit/wicket/panels/MarkdownTextArea.java
@@ -37,7 +37,6 @@
   public MarkdownTextArea(String id, final IModel<String> previewModel, final Label previewLabel) {
      super(id);
      this.repositoryName = repositoryName;
      setModel(new PropertyModel(this, "text"));
      add(new AjaxFormComponentUpdatingBehavior("onblur") {
         private static final long serialVersionUID = 1L;