Rename function, remove odd div

This commit is contained in:
Ilya Ig. Petrov 2016-12-04 03:29:39 -08:00
parent 05d02438c9
commit fd912f399c
2 changed files with 18 additions and 20 deletions

View File

@ -424,7 +424,7 @@
});
function setPac(pacData, cb = throwIfError) {
function setPacAsync(pacData, cb = throwIfError) {
const config = {
mode: 'pac_script',
@ -605,7 +605,7 @@
};
return cb(err);
}
setPac(pacData, cb);
setPacAsync(pacData, cb);
}
);

View File

@ -50,7 +50,6 @@
</style>
</head>
<body>
<div id='for-bg'>
<header>
<h2>Информация об ошибке</h2>
</header>
@ -71,7 +70,6 @@
</li>
</ol>
</main>
</div>
<script src="./vendor/raven3.8.1.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./vendor/highlight.js/styles/atom-one-dark.css">
<script src="./vendor/highlight.js/highlight9.8.0.min.js"></script>