mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Rename function, remove odd div
This commit is contained in:
parent
05d02438c9
commit
fd912f399c
|
@ -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);
|
||||
|
||||
}
|
||||
);
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user