Update jcryption.lnk.php

This commit is contained in:
Namhyeon Go 2018-09-30 03:42:40 +09:00 committed by GitHub
parent 6fa689b26f
commit 1f0307edc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,9 @@ if(!function_exists("jcryption_get_code")) {
return "JCryption::decrypt();";
}
}
if(!function_exists("jcryption_get_jscode")) {
function jcryption_get_jscode($selector) {
return "$(function() { $(" . $selector . ").jCryption(); });";
}
}