mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Added comments
This commit is contained in:
parent
3712d0db68
commit
ce12758c7d
@ -90,6 +90,7 @@ $(function () {
|
||||
// Auo-select bitcoin address
|
||||
$('#bitcoin_address_footer').on('click', 'input[type=text]', function () { this.select(); });
|
||||
|
||||
// Setup anti-forgery functions
|
||||
$.appendAntiForgeryToken = function (data, token) {
|
||||
// Converts data if not already a string.
|
||||
if (data && typeof data !== "string") {
|
||||
|
Loading…
Reference in New Issue
Block a user