Proper documentation block.

This commit is contained in:
Michal Čihař
2010-04-01 14:26:41 +02:00
parent cd4ffd1e81
commit c3df5d3044

View File

@@ -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();