Commit 738f5b4b authored by Zeyu DONG's avatar Zeyu DONG
Browse files

update the way of change error information

parent 3830e4b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ chrome.runtime.sendMessage({command: "storage"}, function(response) {

			}
			else{
				if(document.getElementById('msg').getAttribute('class')=='errors'&&response.auto=='true'){
				if(document.getElementById('msg').getAttribute('class')=='errors'&&
				document.getElementById('msg').innerText=="认证信息无效。"){
					document.getElementById('msg').innerText = '用户名密码错误!请在插件中更新信息并从地址栏刷新页面';
				}
			}