Fix #1362 : Fix video display

This commit is contained in:
Romain Neutron
2013-07-23 16:01:28 +02:00
parent 87f37e767a
commit 87620d64ce
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ function getNewVideoToken(lst, obj)
{
$.ajax({
type: "POST",
url: "/prod/records/renew-url/",
url: "../prod/records/renew-url/",
dataType: 'json',
data: {
lst: lst
@@ -78,7 +78,7 @@ function openPreview(env, pos, contId, reload){
prevAjax = $.ajax({
type: "POST",
url: "/prod/records/",
url: "../prod/records/",
dataType: 'json',
data: {
env: env,