From 10520c59cba6c5168e258365b73c3a0fd0d595e6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 17 Apr 2013 12:09:24 +0200 Subject: [PATCH] Set default
- +
Line: 1, Column: 1 diff --git a/php-console.js b/php-console.js index 11f4c79..81d03b8 100644 --- a/php-console.js +++ b/php-console.js @@ -80,9 +80,8 @@ var PhpMode, code; code = $('#' + options.editor).text(); - $('#' + options.editor) - .replaceWith('
') - .text(code); + $('#' + options.editor).replaceWith('
'); + $('#' + options.editor).text(code); editor = ace.edit(options.editor);