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,28 +50,26 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='for-bg'>
|
<header>
|
||||||
<header>
|
<h2>Информация об ошибке</h2>
|
||||||
<h2>Информация об ошибке</h2>
|
</header>
|
||||||
</header>
|
<main style="display: none">
|
||||||
<main style="display: none">
|
<ol>
|
||||||
<ol>
|
<li>Тип: <span>ext-error</span></li>
|
||||||
<li>Тип: <span>ext-error</span></li>
|
<li><pre><code id="output" class='hljs'></code></pre></li>
|
||||||
<li><pre><code id="output" class='hljs'></code></pre></li>
|
<li><textarea placeholder='Ваш комментарий (опционально)' id="comment">
|
||||||
<li><textarea placeholder='Ваш комментарий (опционально)' id="comment">
|
|
||||||
К этой ошибке приводят следующие действия:
|
К этой ошибке приводят следующие действия:
|
||||||
1. ...
|
1. ...
|
||||||
2. ...
|
2. ...
|
||||||
</textarea>
|
</textarea>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button id="raven-report">Отправить автору</button>
|
<button id="raven-report">Отправить автору</button>
|
||||||
<button id="github-search">Искать на GitHub</button>
|
<button id="github-search">Искать на GitHub</button>
|
||||||
<button id="github-report">Написать на GitHub</button>
|
<button id="github-report">Написать на GitHub</button>
|
||||||
</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