Refactor record detailed view controller

Fix typo

Fix Typo
This commit is contained in:
Nicolas Le Goff
2012-10-25 16:27:30 +02:00
parent f0a7ccc7d4
commit 11b521de8b
4 changed files with 114 additions and 68 deletions

View File

@@ -78,16 +78,15 @@ function openPreview(env, pos, contId, reload){
prevAjax = $.ajax({
type: "POST",
url: "/client/clientFeedBack.php",
url: "/prod/records/",
dataType: 'json',
data: {
action: "PREVIEW",
env: env,
pos: pos,
cont: contId,
roll: roll,
options_serial:options_serial,
query:query
options_serial:options_serial,
query:query
},
beforeSend: function(){
if (prevAjaxrunning)