From e1c3a524bb11cb6b625e2394f8566ed014699815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 2 Jun 2011 14:54:23 +0200 Subject: [PATCH] Docs --- js/functions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/functions.js b/js/functions.js index d55ad5e49e..e64791a6d9 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2371,6 +2371,9 @@ $(document).ready(function() { }); //end of Drop Table Ajax action }) // end of $(document).ready() for Drop Table +/** + * Attach CodeMirror2 editor to SQL edit area. + */ $(document).ready(function() { var elm = $('#sqlquery'); if (elm) {