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 = {
|
const config = {
|
||||||
mode: 'pac_script',
|
mode: 'pac_script',
|
||||||
|
@ -605,7 +605,7 @@
|
||||||
};
|
};
|
||||||
return cb(err);
|
return cb(err);
|
||||||
}
|
}
|
||||||
setPac(pacData, cb);
|
setPacAsync(pacData, cb);
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='for-bg'>
|
|
||||||
<header>
|
<header>
|
||||||
<h2>Информация об ошибке</h2>
|
<h2>Информация об ошибке</h2>
|
||||||
</header>
|
</header>
|
||||||
|
@ -71,7 +70,6 @@
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
|
||||||
<script src="./vendor/raven3.8.1.min.js" crossorigin="anonymous"></script>
|
<script src="./vendor/raven3.8.1.min.js" crossorigin="anonymous"></script>
|
||||||
<link rel="stylesheet" href="./vendor/highlight.js/styles/atom-one-dark.css">
|
<link rel="stylesheet" href="./vendor/highlight.js/styles/atom-one-dark.css">
|
||||||
<script src="./vendor/highlight.js/highlight9.8.0.min.js"></script>
|
<script src="./vendor/highlight.js/highlight9.8.0.min.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user