Patch #3276121 Inline link goes missing after table sort

This commit is contained in:
onebighack
2011-04-18 12:27:37 -04:00
committed by Marc Delisle
parent b47903e03f
commit 14395afa8d
2 changed files with 6 additions and 5 deletions

View File

@@ -1114,7 +1114,7 @@ function changeMIMEType(db, table, reference, mime_type)
$(document).ready(function(){
var oldText,db,table,token,sql_query;
oldText=$(".inner_sql").html();
$("#inline_edit").click(function(){
$("#inline_edit").live('click',function(){
db=$("input[name='db']").val();
table=$("input[name='table']").val();
token=$("input[name='token']").val();