From dc4442e6fbaacbf50466e25e4bbf9133dcadf49e Mon Sep 17 00:00:00 2001 From: Jo Michael Date: Fri, 16 Mar 2012 22:07:34 +0100 Subject: [PATCH] Added inline SQL editor buttons pmahomme styling --- js/functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/functions.js b/js/functions.js index 181ffcd657..d08f1b3c9c 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1069,8 +1069,8 @@ $(document).ready(function(){ var old_text = $inner_sql.html(); var new_content = "\n"; - new_content += "\n"; - new_content += "\n"; + new_content += "\n"; + new_content += "\n"; $inner_sql.replaceWith(new_content); // These settings are duplicated from the .ready()function in functions.js