Update DomainUtil and finish PreferenceView.

This commit is contained in:
Zhongyi Tong
2017-04-26 00:04:18 +08:00
committed by akashnimare
parent e43b651060
commit 23fd7ba2b3
5 changed files with 112 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ class ServerManagerView {
const $webView = document.getElementById(`webview-${index}`);
this.isLoading = false;
$webView.classList.remove('loading');
// $webView.openDevTools();
$webView.openDevTools();
}
initActions() {