mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Refactor record detailed view controller
Fix typo Fix Typo
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user