Commit 23871976 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

renamed test to viewer

parent 7df0fde6
...@@ -22,7 +22,6 @@ $(function(){ ...@@ -22,7 +22,6 @@ $(function(){
List = response; List = response;
parse_list(response); parse_list(response);
$(".arow")[0].click();
init_dragging(); init_dragging();
} }
...@@ -44,6 +43,7 @@ function init_dragging(){ ...@@ -44,6 +43,7 @@ function init_dragging(){
bigcounter++; bigcounter++;
if (bigcounter==markers.length){ if (bigcounter==markers.length){
actual_dragging_init() actual_dragging_init()
$(".arow")[0].click();
} }
}); });
...@@ -102,7 +102,7 @@ function parse_list(res){ ...@@ -102,7 +102,7 @@ function parse_list(res){
var comments = $(this).find("comments").text(); var comments = $(this).find("comments").text();
var link_url = "test.html?path="+name+"&ver="+$(this).attr("name"); var link_url = "viewer.html?path="+name+"&ver="+$(this).attr("name");
var link = "<a title='"+comments+"' href='"+link_url+"'>"+$(this).attr("name")+"</a>,&nbsp;"; var link = "<a title='"+comments+"' href='"+link_url+"'>"+$(this).attr("name")+"</a>,&nbsp;";
vlist += link; vlist += link;
......
...@@ -123,6 +123,7 @@ $(function(){ ...@@ -123,6 +123,7 @@ $(function(){
function title_init(){ function title_init(){
/*
var html = $("<div>").html("Demo"); var html = $("<div>").html("Demo");
html.css({ html.css({
...@@ -137,6 +138,7 @@ function title_init(){ ...@@ -137,6 +138,7 @@ function title_init(){
}); });
$("body").append(html); $("body").append(html);
*/
$("#lpl").attr("href","playloop.html?interval=100&sufx=D0.0.jpeg&path="+SETTINGS.basepath+"/"+SETTINGS.path+"/"+SETTINGS.version+"/"+SETTINGS.path).css({color:"white"}); $("#lpl").attr("href","playloop.html?interval=100&sufx=D0.0.jpeg&path="+SETTINGS.basepath+"/"+SETTINGS.path+"/"+SETTINGS.version+"/"+SETTINGS.path).css({color:"white"});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment