From c3df5d30444835c33230dabb526007e7d659ee11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Apr 2010 14:26:41 +0200 Subject: [PATCH] Proper documentation block. --- js/functions.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 3e0eb91be..49f6f26f9 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1654,7 +1654,10 @@ function changeMIMEType(db, table, reference, mime_type) var chgRequest = new Request({ method: 'post', url: mime_chg_url, data: params, evalScripts: true }); chgRequest.send(); } -// Jquery Coding for inline editing SQL_QUERY + +/** + * Jquery Coding for inline editing SQL_QUERY + */ $(document).ready(function(){ var $oldText,$db,$table,$token,$sql_query; $oldText=$(".syntax").html();