Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1703 → Rev 1704

/branches/livraison_aha/client/integrateur_wikini/bibliotheque/hashcash/secret/wp-hashcash.lib
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/livraison_aha/client/integrateur_wikini/bibliotheque/hashcash/wp-hashcash-js.php
20,10 → 20,10
}
 
function addVerbage(){
var e = getElementsByClass('<?php echo HASHCASH_FORM_CLASS; ?>');
var e = document.getElementById('<?php echo HASHCASH_FORM_CLASS; ?>');
var p = document.createElement('p');
p.innerHTML = '<?php echo str_replace("'", "\'", hashcash_verbage()); ?>';
e[0].appendChild(p);
e.appendChild(p);
}
 
function <?php echo $fn_enable_name;?>(){