[UI] bug fix: updateNetwork keep polling

This commit is contained in:
Wei Zhou 2014-12-11 14:23:43 +01:00
parent b45fe24e5c
commit ed6333f3e4
1 changed files with 2 additions and 1 deletions

View File

@ -510,7 +510,8 @@
}
});
$token.html(_s(tags_value));
if ($token != null)
$token.html(_s(tags_value));
};
var removeEditForm = function() {