Browse Source

oubli autofill altitude

julpec 8 years ago
parent
commit
feabb3c3f9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panorama/templates/panorama/main.html

+ 1 - 0
panorama/templates/panorama/main.html

@@ -102,6 +102,7 @@
                 function(data) {
                     $('#id_custompoint-altitude').val(parseInt(data));
                     $('#id_newpano-altitude').val(parseInt(data));
+                    $('#id_newrefpoint-altitude').val(parseInt(data));
                 });
         }