1
0
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:
Uncled1023 2016-09-22 15:34:22 -07:00
parent 3712d0db68
commit ce12758c7d

View File

@ -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") {