瀏覽代碼

Don't overwrite Node ID field with 'corrected' format

Jakob Borg 11 年之前
父節點
當前提交
b2c196e5c7
共有 2 個文件被更改,包括 0 次插入1 次删除
  1. 0 0
      auto/gui.files.go
  2. 0 1
      gui/app.js

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 0 - 1
gui/app.js

@@ -1039,7 +1039,6 @@ syncthing.directive('validNodeid', function($http) {
                         if (resp.error) {
                             ctrl.$setValidity('validNodeid', false);
                         } else {
-                            scope.currentNode.NodeID = resp.id;
                             ctrl.$setValidity('validNodeid', true);
                         }
                     });

Some files were not shown because too many files changed in this diff