diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 64e49ce1..dd8e41f4 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -625,15 +625,6 @@ function Ace2Inner(){ }); }, 0); - // Chrome can't handle the truth.. If CSS rule white-space:pre-wrap - // is true then any paste event will insert two lines.. - // Sadly this will mean you get a walking Caret in Chrome when clicking on a URL - // So this has to be set to pre-wrap ;( - // We need to file a bug w/ the Chromium team. - if(browser.chrome){ - $("#innerdocbody").addClass("noprewrap"); - } - } function setStyled(newVal)