Commit 7d3b3d7b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

1.touch-click - rolled back to x3om 1.7.0

parent 129e141c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -108,7 +108,8 @@ function prerun(){
    
    //load x3dom.js
    //$.getScript("x3dom-1.7.0/x3dom.js");
    $.getScript("http://x3dom.org/download/1.7.1/x3dom.js");
    //$.getScript("http://x3dom.org/download/1.7.1/x3dom.js");
    $.getScript("http://x3dom.org/download/1.7/x3dom.js");
    
    var settings = $("<div>").load(settings_file,function(response,status,xhr){
        if (xhr.status==200){
@@ -666,8 +667,8 @@ function touchmoved(){
    //blockclick = true;
    if ((getTimeStamp()-moveTimeStamp)>100){
        blockclick = true;
        dragging = true;
    }
    dragging = true;
    move_history.push(getMoveState(event));
    console.log("touchmoved()");
}