forked from leftypol/leftypol
Remove imgcaptcha, this code is unused in any of our forks and needs work to get here back.
Revert "Merge branch 'imgcaptcha' of https://github.com/asiekierka/Tinyboard" This reverts commit49afb685c8
, reversing changes made to2451a0f29c
. Conflicts: js/imgcaptcha.js
This commit is contained in:
parent
8772c31ce1
commit
97a22e57c1
8 changed files with 1 additions and 234 deletions
|
@ -1,12 +0,0 @@
|
|||
function ic_odswiezKapcze() {
|
||||
$.get(configRoot + "imgcaptcha_p.php", function(data) {
|
||||
$("#imgcaptcha_hash").val(data);
|
||||
$("#imgcaptcha_img").prop("src",configRoot + "imgcaptcha_im.php?cr=" + data);
|
||||
});
|
||||
}
|
||||
//function resetujKapcze() {
|
||||
// $("#imgcaptcha_img").prop("src",configRoot + "zakrytek.png");
|
||||
//}
|
||||
//$(document).ready(function(){
|
||||
// //resetujKapcze(); - to nie powinno byc na razie potrzebne
|
||||
//});
|
Loading…
Add table
Add a link
Reference in a new issue